Uninstall
Two paths:- Easy path if
fasedis still installed. - Manual service removal if the CLI is gone but the service is still running.
Easy path (CLI still installed)
Recommended: use the built-in uninstaller:- Stop the gateway service:
- Uninstall the gateway service (launchd/systemd/schtasks):
- Delete state + config:
FASED_CONFIG_PATH to a custom location outside the state dir, delete that file too.
- Delete your workspace (optional, removes agent files):
- Remove the repo-backed CLI launcher:
- If you installed the macOS app:
- If you used profiles (
--profile/FASED_PROFILE), repeat step 3 for each state dir (defaults are~/.fased-<profile>). - In remote mode, the state dir lives on the gateway host, so run steps 1-4 there too.
Manual service removal (CLI not installed)
Use this if the gateway service keeps running butfased is missing.
macOS (launchd)
Default label isai.fased.gateway (or ai.fased.<profile>; legacy com.fased.* may still exist):
ai.fased.<profile>. Remove any legacy com.fased.* plists if present.
Linux (systemd user unit)
Default unit name isfased-gateway.service (or fased-gateway-<profile>.service):
Windows (Scheduled Task)
Default task name isFasedAgent Gateway (or FasedAgent Gateway (<profile>)).
The task script lives under your state dir.
~\.fased-<profile>\gateway.cmd.
Normal install vs source checkout
Normal install (repo install.sh)
If you used the repo-backed install.sh, uninstall the gateway service first, then remove the repo checkout and ~/.fased data if you want a full wipe.
Source checkout (git clone)
If you run from a repo checkout (git clone + fased ... / bun run fased ...):
- Uninstall the gateway service before deleting the repo (use the easy path above or manual service removal).
- Delete the repo directory.
- Remove state + workspace as shown above.