System requirements
The macOS build is the primary supported platform. Windows support is available as an experimental build and may have minor visual or performance differences.
Install Fintheon
Choose the method that suits you. Both paths install the same application.- One-liner (recommended)
- Clone first
Open Terminal and run:The installer will ask you where to put the Fintheon codebase (default:
~/Documents/Codebases/fintheon). It remembers your choice so the fintheon CLI always points to the right location.What the installer does
You do not need to manage any of this manually — the installer handles it end-to-end:- Installs Homebrew, Node.js 22, Bun, Python 3, and
uv - Installs the Claude CLI and the Hermes agent router
- Sets up the VProxy Anthropic OAuth gateway (opens your browser once for a one-click Anthropic login)
- Installs all JavaScript dependencies for the frontend and backend
- Bootstraps the environment with production-safe defaults loaded from the cloud
- Builds the backend and frontend
- Installs the
fintheoncommand globally so you can manage the app from any terminal window - Starts the application
No API keys are required after installation. Sign in with Google and all AI features are available immediately.
Sign in
Once Fintheon opens, you will see the sign-in screen. Click Sign in with Google and authorize with your Google account. Fintheon uses Google OAuth — your Google credentials are never stored locally. After signing in, you will see the first-time tour. Step through it to get a brief orientation to each section of the workspace, or click Skip tour to go straight to the dashboard.Fixing macOS Gatekeeper warnings
If macOS prevents Fintheon from opening with a message like “Fintheon can’t be opened because it is from an unidentified developer”, run the following command in Terminal:Keeping Fintheon up to date
Run this command at any time to pull the latest version, rebuild, and restart:CLI reference
Thefintheon command lets you manage the app from any terminal window after installation.
Troubleshooting
The backend won't start
The backend won't start
Check the backend log to see what went wrong:Then try restarting:
Port 8080 is already in use
Port 8080 is already in use
Another process is holding the port. Free it and start Fintheon again:
macOS blocks the app from opening
macOS blocks the app from opening
Clear the quarantine flag:
Something is broken and I want a clean install
Something is broken and I want a clean install
Remove the existing installation and re-run Option A or Option B from above: