Loading downloads
Checking release metadata.
NavaCoder desktop downloads
Download the desktop editor, run the setup helper once, then connect to the hosted backend or your self-hosted backend.
Latest release: loading
Checking release metadata.
Use this when your account has a NavaCoder cloud URL and API key.
python -m pip install tars-*.whl
tars-setup --mode remote
tars
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
| 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 |