Um painel bonito para entender seus agentes de IA. A beautiful panel for understanding your AI agents. Clone, rode e conecte quando quiser. Clone, run and connect when you want.

OKAMI OS é um projeto open source para plugar no seu agente ou runtime e ver sessões, tokens, logs, tarefas, docs e status em uma interface só. OKAMI OS is an open source project you can plug into your agent or runtime to see sessions, tokens, logs, tasks, docs and status in one interface.

// Funciona em modo mock sem backend. Depois você conecta API, SSE ou SSH bridge para dados reais. // Runs in mock mode without a backend. Later you can connect API, SSE or SSH bridge for real data.

$ git clone github.com/OkamiOps/Okami-Monitor
~/mission · okami os · private-runtime session
◆ OKAMI OS
gpt-5.5 · codex · 7 agents · 15 modules · /help
acompanhe agentes sem abrir cinco terminaiswatch agents without opening five terminals
mock mode · backend opcional · pronto para devmock mode · optional backend · ready for dev
sessions stream · 336 ativas · estado ao vivosessions stream · 336 active · live state
usage ledger · 197.2M tokens · forecast semanalusage ledger · 197.2M tokens · weekly forecast
logs · eventos · mensagens · tool callslogs · events · messages · tool calls
kanban sincronizado · docs vivos · perfissynced kanban · live docs · profiles
claude · strong ctx 18% prontoready Ctrl-C cancela · Ctrl-D saiCtrl-C cancels · Ctrl-D exits

Abra o painel e veja o que seus agentes estão fazendo. Open the panel and see what your agents are doing.

A ideia é simples: em vez de caçar informação em logs, planilhas, terminais e arquivos soltos, você acompanha tudo em um cockpit visual que roda local e aceita integração real quando você quiser. The idea is simple: instead of hunting across logs, spreadsheets, terminals and loose files, you watch everything in a visual cockpit that runs locally and accepts real integration when you want it.

OKAMI OS Pixel Office agent operations screenshot

As telas que ajudam você a acompanhar seus agentes. The screens that help you follow your agents.

Cada módulo mostra uma parte do runtime: saúde, uso, tarefas, documentos, logs, sessões e ferramentas locais. Nada de mágica: é informação na tela. Each module shows one part of the runtime: health, usage, tasks, documents, logs, sessions and local tools. No magic: just information on screen.

Menos adivinhação. Mais tela aberta. Less guessing. More visible state.

OKAMI OS organiza sinais que já existem no seu ambiente: logs, sessões, token usage, fila, docs e status de ferramentas. O objetivo é facilitar sua vida, não criar mais uma camada confusa. OKAMI OS organizes signals already present in your environment: logs, sessions, token usage, queue, docs and tool status. The goal is to make your life easier, not add another confusing layer.

~/mission-intel · live feed watch
lognew sensitive line detectedreview · hide
usagetoken usage changed this houropen chart
queuekanban task waiting for ownerassign
docsprofile documents syncedopen file
// painel de leitura

Quando algo muda, você sabe onde olhar.When something changes, you know where to look.

01Abrir sessãoOpen sessionmessages · tool calls · model
02Ver contextoSee contextlogs · docs · profile
03Criar tarefaCreate taskkanban · owner · notes

Comece em mock. Conecte dados reais quando fizer sentido. Start in mock mode. Connect real data when it makes sense.

O projeto roda local, mostra dados mock para você testar a interface e aceita backend Express com SSE ou SSH bridge para buscar estado real do seu agente. The project runs locally, shows mock data so you can test the interface, and accepts an Express backend with SSE or SSH bridge to fetch real state from your agent.

Seus agentes continuam onde estão. O painel só lê o estado. Your agents stay where they are. The panel only reads state.

// integração opcional// optional integration

Conecte por API, SSE ou SSH bridge.Connect through API, SSE or SSH bridge.

Use o modo mock para testar. Depois, se quiser dados reais, a API Express pode transmitir estado por SSE ou buscar informações via SSH bridge: sessões, logs, kanban.db, docs e métricas de tokens.Use mock mode to test. Later, if you want real data, the Express API can stream state through SSE or collect information through SSH bridge: sessions, logs, kanban.db, docs and token metrics.

  • Rode 100% com dados mock enquanto testa a UI.Run 100% with mock data while testing the UI.
  • Aponte para sua API ou VPS quando quiser estado real.Point it to your API or VPS when you want real state.
  • Guarde configs e segredos no backend local, fora do Git.Keep configs and secrets in the local backend, out of Git.

Feito para a comunidade rodar, adaptar e melhorar.Built for the community to run, adapt and improve.

Clone o projeto e veja seus agentes em um painel de controle. Clone the project and see your agents in a control panel.

Rode com dados mock, abra as telas, entenda o schema e conecte seu agente quando quiser trazer sessões, logs, tokens e tarefas reais. Run it with mock data, open the screens, understand the schema and connect your agent when you want real sessions, logs, tokens and tasks.