Install with pip install "kymo[local]", or pip install kymo if there will be a separate server. For an intro, see the kymo README.
Commands
kymo open [project [run]] start the stack if needed and open the dashboard, a project, or a run
kymo status show whether the stack is running
kymo stop stop the stack
kymo doctor check the installation and show where its files live
kymo ports show the dashboard ports, or change them while stopped
On a remote machine
Local mode listens only on the machine itself. To view a stack running on a server you reach over SSH, forward both of its ports at the same numbers:
kymo ports # e.g. dashboard: http://127.0.0.1:24819 and CDN: http://127.0.0.1:24820
ssh -L 24819:127.0.0.1:24819 -L 24820:127.0.0.1:24820 you@server
Then open the URL that kymo open --no-browser prints on the server in your local browser.
If the dashboard is unavailable
Metrics that cannot be delivered are written to a spool (~/.cache/kymo/spool, or $KYMO_SPOOL_DIR) instead of being dropped. A running script delivers them once the stack is back. Run kymo-sync to deliver anything left behind by a script that has already exited.
Remove or back up local data
Stop any scripts that are still logging, run kymo stop, and use kymo doctor --json to find the data, state, and cache directories. Deleting those three directories uninstalls local mode. The spool directory is separate; delete it only if you also want to discard undelivered data.
For a backup, keep the stack stopped with kymo stop --hold while you copy the data directory and state/runtime.json. Put both back the same way to restore.
Logging to a server
Leave out mode="local" and pass the server's gRPC address as server_address="host:port", or set KYMO_SERVER. Pass the dashboard's origin as url_base (or set KYMO_URL_BASE) for kymo.run_url(). To run the server yourself, see self-hosting.
wandb importing
We have an importer, but it's not released yet; maybe I'll get around to fixing it for public release. You'll need an AI agent to use it, since wandb's APIs change over time.
Release files for kymo 2026.9.26
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kymo-2026.9.26.tar.gz | 97.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kymo-2026.9.26-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 199.9 kB
Release files / kymo-2026.9.26.tar.gz
| Download URL | kymo-2026.9.26.tar.gz |
|---|---|
| Size | 97.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6baeefab222b444ef33b244b68271d562a912a6a924081cda065c23db5a15010
|
|
BLAKE2b-256 checksum How to use checksums |
5b1e92b5ca86440f6e3fc706314bfe7093a4870bc087ae78f6c14a7877f07e8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 26, 2026.
Transparency logRelease files / kymo-2026.9.26-py3-none-any.whl
| Download URL | kymo-2026.9.26-py3-none-any.whl |
|---|---|
| Size | 102.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8d3ca2f8bea2d211a8eeb54d414075d6f05979afb4a9c1dbed6f7dc3ea70751d
|
|
BLAKE2b-256 checksum How to use checksums |
38f79a8efd6e1f01c8214e0745825cf36693854a9a5263a8abca2675425ae4ac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 26, 2026.
Transparency log