Quickstart
The 60-second tour: install something, start it, watch its logs, and open the dashboard.
Walkthrough
Install a service kit
bashfur install nginxFoxora Shell intercepts the
furcommand, runs it in-process (no subprocess hop), and streams the standard[…]→[✓]output:[✓] Resolved 1 package from official catalog [✓] Downloaded nginx 1.27.3 (2.1 MB) [✓] Installed in 1.4sfur install nginxSame command, same output, every platform. Start the service
bashfur service start nginx fur service status nginxUnderneath, this is
systemctlon Linux,launchctlon macOS, and the Service Control Manager on Windows. The grammar above is identical regardless.Tail the logs
bashfur logs nginx 20Output is colourised with semantic syntax (HTTP methods, status codes, paths, timestamps). Press q or Ctrl-C to stop following.
Open the dashboard
bashfur dashboard # or the keyboard shortcut: # ⌘⇧DA full Ratatui TUI fills the window: services pane, system pane, logs pane, installed kits pane. Press q to quit, Tab to cycle focus.
fur dashboardServices, CPU, memory, log stream, and installed kits — one screen, no plugins. Ask the vixen
Press ⌘K (or Ctrl-K) anywhere to open the vixen overlay. Type a question or a task in natural language; the vixen replies with text or a suggested command (you confirm before it runs):
> restart all services that crashed in the last hour vixen suggests: fur logs 1h 'failed' \ | jq '.events[].service' | sort \ | xargs fur service restart [⏎] run [esc] cancelNo cloud round-trip required
Vixen runs against a local Ollama by default. A remote model can be configured under
fur config set vixen.remote <url>.
Continue in Getting Started
Overview
Foxora Shell — the official Rust terminal with fur built in.
Installation
Install Foxora Shell via Homebrew, the universal installer, Scoop, or Cargo.