Linux App
The Gateway is fully supported on Linux. Node is the normal runtime. Bun is experimental for the Gateway because some channel adapters depend on Node behavior. Native Linux companion apps are planned. Contributions are welcome if you want to help build one.Beginner quick path (VPS)
git clone https://github.com/fased-ai/fased.git fasedcd fased- Join Tailscale on the host if this is a remote machine
./install.sh --hosting- From your laptop:
ssh -N -L 18789:127.0.0.1:18789 <user>@<host> - Open
http://localhost:18789/and paste your token
./install.sh or
./install.sh --local. The installer runs onboarding unless you pass
--no-onboard.
Step-by-step VPS guide: Hetzner or the general VPS hosting hub.
Install
- Getting Started
- Install & updates
- Optional flows: Bun (experimental), Nix, Docker
Gateway
Gateway service install (CLI)
Use one of these:System control (systemd user unit)
Fased installs a systemd user service by default. Use a system service only when you intentionally run a shared host-level service. The full unit example and guidance live in the Gateway runbook. Minimal setup: Create~/.config/systemd/user/fased-gateway[-<profile>].service: