Settings

Theme

Show HN: Okiro – spin up ephemeral codebases for parallel AI coding

github.com

4 points by burcs 17 days ago · 0 comments · 1 min read

Reader

I built okiro because AI coding tools mostly felt like one-shots. They write directly to your files, and you either have to rollback or push forward. You don't really get to explore multiple ideas in parallel like you would if you were generating an image with AI.

okiro creates instant, zero-cost clones of your codebase so you can try several AI-driven approaches at once.

It uses filesystem copy-on-write (APFS on macOS, btrfs on Linux), so you can spin up dozens of variants of a large repo without actually duplicating it on disk. The copies only diverge when files change.

Example:

okiro 3 --prompt "add authentication" # var-1: use Better Auth # var-2: use Clerk # var-3: roll your own with JWT

Each variant gets its own directory and an AGENTS.md with specific guidance. Open them side-by-side, let your AI tool work, then diff and keep the best result.

Would appreciate your feedback!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection