| Surface | What it is |
|---|---|
| Mac app | Standalone Telekit.app. Wizard, Settings, compiled bridge, account/credits. |
| CLI | telekit on PATH. Same bridge. Source checkout or compiled runtime. |
| Linux | CLI + systemd user unit. No Settings UI. |
Mac Settings (Mac app only)
Settings → General — harness, working folder, Keep Awake, logs, updates. Settings → Personas / Skills — file bodies, apply a persona to a bot tile. Linux usestelekit persona / telekit skill instead.
Compiled vs source
- Compiled (
~/.telekit-runtime/<version>/):telekit self-updatetalks tohttps://telekit.io/api/v1/bridge. - Source / editable (this is a git checkout):
self-updaterefuses. Upgrade with git. Reload the daemon withtelekit restartor/restart.
~/.telekit state or the Keychain.
Linux notes
- Token and owner id live in the Linux secrets file, not Keychain.
telekit installwrites a systemd user unit.- Codex, Claude, OpenCode, SOV, and Grok still must be on PATH (or pinned with
TELEKIT_*_BIN).
Working folder
- Default: every message runs in
TELEKIT_WORKING_DIR(thehomelane). /node ~/path/seats a folder for later turns (owner).- If a named project list is present on this Mac,
/nodeshows it and/node <name>switches.