AlphaComing soon for Apple Silicon

5 folders. 8 terminals. 12 commands. Every single day.

The dashboard your terminal never had.

Drop a folder and Hakko runs your whole stack from one window, with live logs for every service.

Star on GitHub
frontend
› npm run dev
▲ Next.js 15.1.0
✓ Ready in 1.4s
○ Compiling /dashboard …
api
› npm run dev
[nodemon] starting node server.js
[express] listening on :4000
GET /v1/users 200 12ms
db
› docker compose up
postgres | starting PostgreSQL 16
postgres | system is ready
redis | accepting connections
engine
› cargo watch -x run
Compiling engine v0.3.0
error[E0382]: borrow of moved
--> src/main.rs:42:18
worker
› python worker.py
[worker] connected to broker
[worker] waiting for jobs…
[worker] picked up job #4821
logs
› tail -f storage/logs/app.log
production.INFO: queue drained
production.WARN: slow query 1.2s
production.INFO: cache warmed
cms
› npm run develop
[strapi] Building admin panel…
[strapi] listening on :1337
[strapi] To restart, type rs

Local dev, right now

Eight terminals. Zero overview.

With Hakko

One window. Every service.

Hakkov0.2Stats
A

acme-app

2 folders · 4 services
Play allStop all
frontend
web:3000
backend
api:4000
worker
db:5432

Try it — no install

Press play. It actually runs.

This is the real Hakko UI, faked in your browser. Hit Play all, toggle a service, or open its logs and watch them stream.

Hakkov0.2
A

acme-app

2 folders · 4 services
servicesactivityperformance
frontend
web
backend
api
worker
db

Docker Desktop. OrbStack. Colima.
They run containers. Hakko runs your projects.

Existing tools are either Docker-only, CLI-heavy, or require pages of YAML. Point Hakko at the folders you already work in and hit run.

How it works

Three steps. Zero config.

01

Drop a folder

Drag any project into the Hakko window. Anywhere on the canvas works.

02

We auto-detect

package.json, Cargo.toml, manage.py, docker-compose.yml. We figure out what runs and how.

03

Run everything

One click. Services start. Logs stream live. Stop is graceful.

Stack-agnostic

Works with what you already have.

Next.js
npm run dev
Vite
npm run dev
Strapi
npm run develop
Docker
docker compose up
Django
python manage.py runserver
Python
python main.py
Rust
cargo run
Node
npm run dev / start

Don't see your stack? Edit any command. Hakko is just a smarter shell.

Features

Built for the way you actually work.

Multi-folder projects

Group frontend, backend and mobile under one card. Start them together or one at a time.

Real-time logs

Every service streams into its own live terminal inside Hakko. Copy, clear, switch without leaving the app.

Custom commands

Auto-detection gives sensible defaults. Chain with && or override for edge cases like rebuilds, env prefixes.

Open in browser

When a service has a port and runs, click it. Localhost opens. No more typing URLs.

Local-first

No cloud. No login. No telemetry. Your config is one JSON file under Application Support.

Native macOS

4.4 MB download, built with Tauri (not Electron). Boots instantly. Sips memory.

Pricing

Try it free for 7 days.

Most popular
Pro
$5/mo

Everything you need to run your whole stack from one window.

  • Unlimited multi-folder projects
  • Auto-detect any stack
  • Real-time logs & custom commands
  • Env vars manager per service
  • Resource monitor (CPU / RAM)
  • Sync across your own machines
  • Priority support
Coming soon
Team
$10/mo · per seat

Shared environments for teams that ship together.

  • Everything in Pro
  • Shared team workspaces
  • Shared env vars & secrets
  • Centralized onboarding
  • Member & seat management

Every plan starts with a 7-day free trial. Cancel anytime.

0.0 MB
Download
~0 MB
RAM idle
< 0s
Boot time
None
Telemetry

Ready to ditch the terminal chaos?

Launching soon for macOS Apple Silicon. Alpha access is on the way.

Source on GitHub
Almost there

The Apple Silicon build is in private testing. Public download unlocks shortly. Install instructions will land here when it does.