AgentOS provides a powerful web interface for controlling AI coding assistants like Claude, Codex, and OpenCode. With support for multi-pane terminals and session forking, it streamlines the coding experience. Easily switch between sessions, organize them in groups, and maintain conversation context for better productivity.
AgentOS is a self-hosted web user interface designed to manage multiple AI coding assistant sessions simultaneously, featuring multi-pane terminals for enhanced productivity. The platform supports various AI coding assistants, including Claude Code, Codex, and OpenCode while providing a clean and intuitive interface for developers.
AgentOS utilizes tmux to manage AI coding CLI sessions, where each session operates independently, ensuring persistence through browser refreshes and server restarts.
To quickly start using AgentOS, clone the repository and run the following commands:
# Clone the repository
git clone https://github.com/saadnvd1/agent-os
cd agent-os
# Install dependencies
npm install
# Start development server
npm run dev
# Open the UI at http://localhost:3011
AgentOS offers a comprehensive solution for developers looking to leverage the power of multiple AI coding assistants within a unified, easy-to-navigate interface, promoting productivity and efficiency in coding tasks.
No comments yet.
Sign in to be the first to comment.