On a Linux host, T3 Code can run as a background service for your user. It starts when the machine boots and keeps running after you log out.
Install it with the latest T3 Code release:
npx t3@latest service installCheck whether it is installed:
npx t3@latest service statusUpdate or repair it:
npx t3@latest service updateStop it and remove it from startup:
npx t3@latest service uninstallUpdating restarts T3 Code briefly. Let active agent work and terminal commands finish first.
T3 Connect may offer to install the service during setup so the host stays reachable after you log out. This is only an onboarding shortcut: the service and T3 Connect are managed separately.
Signing out of T3 Connect does not remove the service. Use t3 service uninstall when you no longer
want T3 Code to start in the background.
The background service currently requires Linux with systemd.