Dispatch and monitor Claude Code tasks from your phone
Project description
Onako
Dispatch and monitor Claude Code tasks from your phone.
Onako is a lightweight server that runs on your machine. It spawns Claude Code sessions in tmux, and you monitor them through a mobile-friendly web dashboard. Fire off tasks from an iOS Shortcut or the dashboard, check in from anywhere.
Install
pipx install onako
Requires tmux and Claude Code.
Usage
onako # starts server, drops you into tmux
onako --session my-project # custom session name
If you're already inside tmux, onako auto-detects your session and skips the attach. Open http://localhost:8787 on your phone (same network) or set up Tailscale for access from anywhere.
onako stop # stop the server
onako status # check if running
onako serve # foreground server (for development)
onako version # print version
Adopting existing tmux windows
If you already have work running in another tmux session, move those windows into onako's session so they show up in the dashboard:
tmux move-window -s <session>:<window> -t onako
How it works
Onako monitors all tmux windows in the configured session. Windows it creates (via the dashboard) are "managed" tasks. Windows created by you or other tools are discovered automatically as "external" — both get full dashboard support: view output, send messages, kill.
Task state is persisted in SQLite so it survives server restarts.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file onako-0.4.2.tar.gz.
File metadata
- Download URL: onako-0.4.2.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2213f954e790248449ec330ebcf323925018f28f85e10bef2a81d1bd84cc9c8
|
|
| MD5 |
ac977c4e202a61e65b34984240790bdd
|
|
| BLAKE2b-256 |
3df117bf6e6f6f0b146f5207ba49716986cacfe3a86b85df72f9309fb4d8c523
|
File details
Details for the file onako-0.4.2-py3-none-any.whl.
File metadata
- Download URL: onako-0.4.2-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64a37db8e0ee4a8eef589d8d23e50086fd38f278180e7c12c7e4c09652a652be
|
|
| MD5 |
48894bf00e1136e56d2d53e9322d55ef
|
|
| BLAKE2b-256 |
4959c3abb114bf68f033958af76cdbc2e40df787e63f00c12788d6a500e965da
|