planet-maiko

mcp
Security Audit
Warn
Health Pass
  • License — License: NOASSERTION
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 10 GitHub stars
Code Warn
  • network request — Outbound network request in frontend/src/api/client.js
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

A local dev tool where your agents are weird alien dogs. Would you let them in?

README.md

Planet Maiko

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

title

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...

Planet Maiko home

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.

Screenshot 2026-05-19 at 9 41 02 PM

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.

insights

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!

Diff

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

Biolumen

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

Reviews (0)

No results found