maiko.os · the pack is awake · strange agents, strange world. · do not close the campfire one · it boots faster than it should · the dogs say hello ·

Planet Maiko

A local-first agent orchestrator where your AI agents are weird alien dogs that know a little too much.

strange agents, strange world.

title.png
Planet Maiko

screenshot. captured by something that was here first.

i think this is where it keeps us
readme.txt

We live in strange times, and yet our dev tools are so painfully un-strange. No one knows what being a software engineer will be like in a year, or even a month. If we are all headed to our own inevitable obsolescence, we might as well have fun.

it wrote this part itself, i think
home.png
The Home page: pack requests, a generated overview, the scene and weather

the front door. it greets you, then tells you what it would look at first.

the pack
The pack: agent profiles

every agent is a character sheet: a name, an avatar, a role, and a bio it wrote when it arrived.

the dogs. yes, they are like that.

// the tech is folded up. click a bar to read it.

mental-model :: six things

// learn these six. the rest is weather.

Six things, and how they move

Maiko shuffles data between a few core concepts. Knowing which is which makes every page legible.

Pupdates

Things to notice. Notifications from your pollers (GitHub, Linear, Calendar, PagerDuty) plus internal events. The brain cycle triages them into everything below.

Tasks

Things to finish. Typed in, created from actionable pupdates, or spawned by automation rules. An agent can be assigned.

Agents

Your pack. Characters with a name, an avatar, a role, and a scope. They run in isolated git worktrees with their own CLAUDE.md.

Insights

Tribal knowledge your agents inherit. Short notes like "the CLI test runner is broken, use the IDE." Approved ones inject into every new agent.

Learnings

Coding rules, retrieved when relevant. Extracted from your PR review history. Review agents pull only the ones relevant to the diff in front of them.

Automations

when → then rules. "When a PR I'm tagged on goes stale, leave me a memo." No model in the trigger layer, just predicates.

six. then it gets quiet again
how-the-pack-works

// hand off a task, read a diff, never open a terminal

How the pack works

01

Worktree-isolated kickoff

Assign an agent and Maiko prepares a git worktree with TASK.md, a CLAUDE.md (role protocol, character, active team insights), and the project's MCPs. Siblings never step on each other.

02

It works, then talks back over the CLI

The agent commits to its branch and calls maiko reply from inside the worktree. Talk-back is shell, not MCP, so the same loop runs under headless Claude, interactive Claude in tmux, or a local model.

03

Review the diff in-app

Read the diff, leave inline comments, approve or request changes. Request changes and the agent auto-wakes, reads your comments, and iterates. A single lock guarantees two triggers can't race.

04

The campfire

At end of day the pack gathers and shares what it learned. Feedback becomes Learnings, insights become the playbook. You approve what sticks. Tomorrow's pack wakes smarter.

do not close the campfire one
why-its-different

// a memory that maintains itself

It remembers so you don't have to

A rulebook from your PR history

Reviewer feedback and agents' own confessed mistakes graduate into durable rules. No manual write-ups of your team's guidelines. Internal knowledge and specific gotchas get captured automatically.

Only the rules that matter

Learnings are semantically embedded and keyed by the situations they apply to. An agent describes what it's doing and gets back just what's relevant, so a pool of hundreds of nits never overwhelms a prompt.

Local LoRA (experimental)

Optionally trains a small local adapter on what your code looks like, so your preferences ride on top of the coding agents. Opt-in, parked, still fighting false positives. Honestly: because Anthropic won't let us fine-tune Claude.

A plugin for anything you never want to look at again

Drop a .py file in ~/.maiko/plugins/. Pollers, automation actions, setup buttons, brain-cycle hooks. The instant another tool starts yelling at you, make Maiko deal with it instead.

it learns the way you nag
stays.yours

// for you, not your company

It stays yours

  • Runs locally on your laptop. Nothing leaves your machine.
  • No telemetry, no hosted account, no cloud.
  • Open source, free forever. No paid tiers or subscriptions.
  • AGPL v3. Yours to read, fork, and keep.
no one is watching this. for once.
first-boot.sh

// one command. it opens itself.

Boot it yourself

Needs: macOS, Python 3.10+, Node 18+, the gh CLI, Claude Code.

git clone https://github.com/bkawa-bot/planet-maiko.git
cd planet-maiko

python3 -m venv .venv && source .venv/bin/activate
pip install -e .
cd frontend && npm install && cd ..

gh auth login
maiko up

maiko up starts the backend, starts the frontend, and opens the window for you. First run makes its own database and walks you through setup. The rest lives in the field guide.

beta. breaking changes, schema patches, rough edges, bugs.
it boots faster than it should
do_not_open.txt

you opened it.
that's alright. most of them do.
the dogs say hello. one of them keeps a page.
they have been waiting, which is a strange thing for software to do.