Skip to content

iris-networks/terminator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Terminator Logo

Terminator

The AI-powered research and automation platform.

What is Terminator?

Terminator is a modern AI-powered research and automation platform with advanced web capabilities. It's designed to be a multi-agent AI platform for code execution, research, and browser automation with standalone binary deployment.

Demo

Getting Started

The easiest way to get started with Terminator is by cloning the repository and running the watch command.

1. Install Bun:

Follow the installation guide: https://bun.sh/docs/installation

2. Clone the repository:

git clone https://github.com/iris-networks/terminator.git
cd terminator

3. Install dependencies:

bun install

4. Set up your environment:

Copy the example environment file and configure your AI provider:

cp .env.example .env

Edit the .env file with your API key:

AI_MODEL=claude-sonnet-4-20250514
AI_PROVIDER=anthropic
ANTHROPIC_API_KEY=your_anthropic_api_key_here

Supported AI Providers

Terminator supports multiple AI providers including Anthropic, OpenAI, Google Gemini, Ollama, and OpenRouter.

For detailed setup instructions for each provider, see the AI Providers Documentation.

5. Start the application:

bun dev:watch

Once running, you can access the Terminator platform at http://localhost:3000.

Features

  • Code Execution: Sandboxed Node.js, Python, and Shell environments with real-time output streaming and automatic dependency management.
  • Research: Structured multi-step research workflows with web search, source attribution, and comprehensive report generation.
  • Browser Automation: Full page automation with Puppeteer, session recording and replay, and visual element interaction.
  • Multi-Agent System: A multi-agent system with specialized capabilities and persistent session management.
  • Extensible Tool Registry: An extensible tool registry to add new capabilities to the platform.

Documentation

For more detailed information on how to use and configure Terminator, please refer to the documentation.

Community

Join our community on Discord to ask questions, share your projects, and connect with other developers.

Contributing

We welcome contributions from the community! Please read our contributing guidelines to get started.

License

Terminator is licensed under the Apache License 2.0.

Packages

No packages published

Contributors 3

  •  
  •  
  •