Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Octos - Agentic Operating Systems
| Date | Stars |
|---|---|
| 2026-07-31 | 1025 |
| 2026-08-03 | 1030 |
| 2026-08-06 | 1030 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
<div align="center"> <pre> ██████╗ ██████╗████████╗ ██████╗ ███████╗ ██╔═══██╗██╔════╝╚══██╔══╝██╔═══██╗██╔════╝ ██║ ██║██║ ██║ ██║ ██║███████╗ ██║ ██║██║ ██║ ██║ ██║╚════██║ ╚██████╔╝╚██████╗ ██║ ╚██████╔╝███████║ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚══════╝ </pre> </div> > Like an octopus — 9 brains (1 central + 8 in the arms, one per arm). Every arm thinks independently, but they share one brain. Octos is your own AI assistant, running on your own computer. Install one small program, connect any major AI provider (Anthropic, OpenAI, Gemini, DeepSeek, …), and chat with an agent that can run code, browse the web, remember things, schedule jobs, and build documents — from your browser, your terminal, or apps like Telegram, WhatsApp, and Discord. Your sessions, memory, and data stay on your machine — prompts go only to the AI provider you choose. ## Start here The fastest way to a working assistant, on the supported platforms (macOS Apple Silicon, Linux x86-64/arm64, Windows x64): ```bash # 1. Install brew tap octos-org/octos https://github.com/octos-org/octos brew install octos-org/octos/octos # or: npm install -g @octos-org/octos # 2. Choose your AI provider and a model (interactive — pick a real # model name; some providers reject the "auto" default) octos init # 3. Sign in to that provider — or paste its API key; stored securely octos auth login --provider deepseek # use the provider you chose above # 4. Start your agent with password-free local sign-in octos serve --solo ``` Now open **http://localhost:50080/app/**, click the local sign-in button, and say hello. That's the whole setup. Prefer a hands-off install that runs Octos as a background service (auto-start, bundled skills, dashboard on port 8080)? Use the installer script instead — see [self-hosted install options](https://github.com/octos-org/octos-web#self-hosting--deployment): ```bash # macOS / Linux curl -fsSL https://github.com/octos-org/octos/releases/latest/download/install.sh | bash ``` ### If something looks wrong | Symptom | Fix | |---|---| | The page doesn't load | Is `octos serve --solo` still running? Solo serve uses port **50080**; the service installer uses port **8080** — check the one you set up. | | The agent doesn't reply | No provider credential yet — run `octos auth login --provider <name>` (or export the provider's API key env var, or add the key in the dashboard settings). An `invalid model` error means the provider rejected the configured model name — re-run `octos init` and pick a real one (e.g. `deepseek-v4-flash`). | | The dashboard (`/admin/`) asks for a login | Use the **"Login with admin token"** tab with the `Auth token:` the installer printed (also stored in the service file — see *First login to the dashboard* in the [octos-web self-hosting guide](https://github.com/octos-org/octos-web#self-hosting--deployment)). | | Not sure what's wrong | `octos status` shows what's running; `octos doctor` checks your environment. | ### The pieces - **octos** (this repo) — the **kernel**: the agent runtime, LLM providers, tools, sandbox, memory, channels, and the API everything else speaks. Install this first — then live in a client: - **[octos-web](https://github.com/octos-org/octos-web)** — the full app experience in the browser (chat, voice, projects, slides, admin, and the hosted multi-tenant signup). A build ships inside the server — open `/app/`. - **[octos-tui](https://github.com/octos-org/octos-tui)** — the terminal experience, in the spirit of Claude Code. **Stuck?** [Documentation](https://octos-org.github.io/octos/) · [Issues](https://github.com/octos-org/octos/issues) --- A Rust-native, API-first Agentic OS. 31MB static binary. 80+ REST endpoints + UI Protocol v1 over WebSocket/stdio. 15 LLM providers. 14 messaging channels. Multi-tenant. Zero external runtime services. ## What is Octos? Octos is an open-source AI agent platform that lets you run your own AI system on a si
Excerpt of 39,777 characters
Read on GitHub1.7k
223
125
48
44
31
28
20
14
6
6
Alex · China
3
2
GitHub Web Flow
2
2
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:b965f5385c23cd2b, desc:agentic