Skip to content
HN On Hacker News ↗

GitHub - bkawa-bot/planet-maiko: A local dev tool where your agents are weird alien dogs. Would you let them in?

▲ 30 points 3 comments by bkawa-bot 1d ago HN discussion ↗

Pangram verdict · v3.3

We believe that this document is fully human-written

10 %

AI likelihood · overall

Human
100% human-written 0% AI-generated
SEGMENTS · HUMAN 2 of 2
SEGMENTS · AI 0 of 2
WORD COUNT 492
PEAK AI % 18% · §2
Analyzed
May 23
backend: pangram/v3.3
Segments scanned
2 windows
avg 246 words each
Distribution
100 / 0%
human / AI fraction
Verdict
Human
Pangram v3.3

Article text · 492 words · 2 segments analyzed

Human AI-generated
§1 Human · 3%

These alien dogs want to live in your computer. Would you let them in?

Planet Maiko is a free local dev tool made by 1 dev, for other devs, to make your working day a bit more fun! What does Planet Maiko do? All the required agent orchestration work. Automatically kicks off agents, lets them yell at each other (with Maiko as the mediator), agent task lifecycles, context sharing... but also some more interesting features as well such as conflict detection, (experimental) fine-tuning, self-curated shared memory and insights etc...

How is Planet Maiko different from RinkStack, Mazino.ai, or QuatroForce? (I just made all of those up) A self-maintaining rulebook from your team's PR history Internal knowledge and specific gotchas get captured automatically, no manual write-ups. When an agent works on something, it only sees the handful of rules that matter for that change. You can keep a pool of hundreds of very specific nits without drowning every prompt.

The dogs confess their own mistakes When one gets something wrong it writes down what it learned, and the whole pack reads it. Future agents inherit those notes in their preamble, so a gotcha gets discovered once.

Build a plugin for any tool you never want to have to look at again. Plug in any data you need by building 1 python class. Internal tools, big names, whatever shiny new GSD task manager you are trying this week. Current integrations:

PagerDuty Linear Calendar GitHub

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. In-app diff review, agent chat view (no terminal needed), cost-aware model routing, automations, and more!

Most importantly: agents are weird alien dogs, cause why not?

§2 Human · 18%

Full feature list Install Prerequisites

macOS (or Linux/Windows for development) Python 3.10+ Node.js 18+ gh CLI Claude Code (the agent runtime), installed and on your PATH

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

python3 -m venv .venv && source .venv/bin/activate # Windows: .venv\Scripts\activate pip install -e . cd frontend && npm install && cd ..

gh auth login # GitHub: repo discovery + worktrees

SSL errors with Linear or other integrations? pip install --upgrade certifi, then open /Applications/Python\ 3.12/Install\ Certificates.command.

Run One command: maiko up That starts the backend, starts the frontend, and opens http://localhost:5173 for you. Ctrl+C stops both. First run creates its own database and config, then shows a setup wizard. Prefer two terminals? maiko serve (backend, port 8420) and, in another, cd frontend && npm run dev (frontend, port 5173).

There's an experimental Tauri desktop shell (make app), but it's currently buggy. The terminal launch above is the supported path.

Full guide (mental model, architecture, plugin system, extending, CLI reference): see docs/GUIDE.md. About Planet Maiko is named lovingly after my real dog Maiko. I made this as one person in my free time for fun, sorry if it is buggy or bad. Created by Brigitte Kawaguchi