Starting FERAL
After installation, start everything with a single command:| Component | Description | Default Address |
|---|---|---|
| Brain | Python backend — LLM orchestration, memory, skills, hardware mesh | ws://localhost:9090 |
| Dashboard | React web UI — The Orb, timeline, ambient strip, SDUI renderer | http://localhost:3000 |
| REPL | Interactive terminal session for text commands | Your terminal |
On first launch, FERAL detects that no configuration exists and automatically runs the setup wizard.
The Setup Wizard
If you haven’t configured FERAL yet, run the wizard explicitly:Enter your API key (if applicable)
For cloud providers, paste your key. It gets encrypted and stored in
~/.feral/credentials.json.Create your identity (USER.md)
FERAL asks for your name, preferences, and context. This becomes your You can edit
USER.md file — the foundation of how FERAL personalizes responses.USER.md at any time to refine your identity.Your First Conversation
Once setup completes, you are dropped into the REPL. Try these:What’s Running
Useferal status to check all active components:
Stopping FERAL
Ctrl+C in the REPL to stop the brain and dashboard together.
Next Steps
Configuration
Customize settings, swap LLM models, tune autonomy.
Voice Setup
Configure wake word detection and streaming voice providers.
Connect Hardware
Pair your wristband and start streaming biometrics.
Build Skills
Extend FERAL with custom plugins.
