Sign in Register Dashboard Release downloads

NavaCoder desktop downloads

Install NavaCoder.

Download the desktop editor, run the setup helper once, then connect to the hosted backend or your self-hosted backend.

Latest release: loading

Loading downloads

Checking release metadata.

Setup

Hosted backend

Use this when your account has a NavaCoder cloud URL and API key.

python -m pip install tars-*.whl
tars-setup --mode remote
tars

Self-hosted backend

Use this when running your own model provider keys locally.

python -m pip install tars-*.whl
tars-setup --mode local
tars serve --host 127.0.0.1 --port 8787

Required Keys

Key Used for Required when
TARS_REMOTE_URL Hosted backend connection Cloud installs
TARS_API_KEY Bearer auth to TARS backend Cloud installs
Provider endpoint / provider API key Model provider connection Self-hosted installs
GH_TOKEN Private repository access Private repository workflows