opencode-manager — What is it?

OpenCode Manager is a mobile-first web interface for managing and coding with multiple OpenCode AI agents, offering Git integration, file management, and real-time chat in a responsive Progressive Web App (PWA).

⭐ 809 Stars 🍴 95 Forks TypeScript MIT Author: chriswritescode-dev
Source: Description per README View on GitHub →

Why it matters

OpenCode Manager is gaining attention due to its comprehensive feature set for managing AI agents, which addresses the pain points of fragmented AI agent management tools. Its mobile-first approach and Git integration are unique technical choices that stand out, making it particularly appealing to developers and teams working with AI and Git.

Source: Synthesis of README and project traits

Core Features

Repositories & Git

Supports multi-repo management, local discovery, SSH auth, worktrees, unified diffs, branch and commit management, providing a robust environment for Git operations.

Source: Features per README
Chat & Sessions

Enables real-time chat with slash commands, file mentions, and Mermaid diagram rendering, enhancing collaboration and communication among users.

Source: Features per README
Files

Features a directory browser with syntax highlighting, file creation, renaming, deletion, and ZIP download capabilities, offering a comprehensive file management system.

Source: Features per README
Assistant Mode

A dedicated AI workspace with auto-provisioned skills for schedules, notifications, settings, and repo operations, streamlining AI agent management.

Source: Features per README
Schedules

Supports recurring repo jobs with reusable prompts, run history, linked sessions, and markdown-rendered output, providing a robust scheduling system for automated tasks.

Source: Features per README

Architecture

OpenCode Manager is structured as a pnpm workspace with three TypeScript packages: backend, frontend, and shared. The backend uses Bun + Hono API server with Better Auth, SQLite migrations, and OpenCode process management. The frontend is a React + Vite SPA with React Router and mobile-first navigation. The shared package contains Zod schemas, config helpers, types, and utilities used by both backend and frontend.

Source: Architecture per README

Project Knowledge Graph

Knowledge graph: project (center) + core features (inner hexagons) + key dependencies (outer chips) React Vite Bun Hono Better Auth Repositories & Git Chat & Sessions Files Assistant Mode Schedules opencode-manager Project Core feature Key dependency

Center: project; inner ring: core feature modules; outer ring: key dependencies. Auto-generated from core_features and tech_stack.key_deps.

Tech Stack

LanguageTypeScriptFrameworkReact, Vite, Bun, Hono, Better Auth, SQLite
ReactViteBunHonoBetter AuthSQLite
Docker
Source: Dependency files + code tree

Quick Start

git clone https://github.com/chriswritescode-dev/opencode-manager.git cd opencode-manager cp .env.example .env echo "AUTH_SECRET=$(openssl rand -base64 32)" >> .env docker-compose up -d # Open http://localhost:5003
Source: README Installation/Quick Start

Use Cases

OpenCode Manager is suitable for developers and teams working with OpenCode AI agents, Git repositories, and collaborative coding environments. It is useful for managing multiple AI agents, automating Git operations, and enhancing collaboration through real-time chat and file management.

Source: README

Strengths & Limitations

Strengths

  • Strength 1: Comprehensive feature set for managing AI agents
  • Strength 2: Mobile-first approach with responsive design
  • Strength 3: Strong integration with Git and file management

Limitations

  • Limitation 1: May have a steep learning curve for new users
  • Limitation 2: Relies on Docker for deployment, which may not be suitable for all environments
Source: Synthesis of README, code structure and dependencies

Latest Release

v0.14.6 (2026-07-01): Added session pinning, server reconfiguration, directory files upload, skill installer, and bug fixes and improvements.

Source: GitHub Releases

Verdict

OpenCode Manager is a robust and feature-rich tool for managing AI agents and Git repositories, particularly well-suited for teams that require a mobile-first, collaborative environment. Its comprehensive feature set and strong integration with Git make it a valuable tool for developers and DevOps professionals.

Source: Synthesis

Frequently Asked Questions

What is opencode-manager?

OpenCode Manager is a mobile-first web interface for managing and coding with multiple OpenCode AI agents, offering Git integration, file management, and real-time chat in a responsive Progressive Web App (PWA).

What are the main features of opencode-manager?

opencode-manager's core features include: Repositories & Git, Chat & Sessions, Files, Assistant Mode, Schedules.

Why is opencode-manager trending?

OpenCode Manager is gaining attention due to its comprehensive feature set for managing AI agents, which addresses the pain points of fragmented AI agent management tools.

What is opencode-manager used for?

OpenCode Manager is suitable for developers and teams working with OpenCode AI agents, Git repositories, and collaborative coding environments.

Transparency Notice
This page is auto-generated by AI (a large language model) from the following public materials: GitHub README, code tree, dependency files and release notes. Analyzed at: 2026-07-09 18:34. Quality score: 85/100.

Data sources: README, GitHub API, dependency files