Installation
Install fur on any of the supported channels — Nix flake, Homebrew, npm, Chocolatey, or the signed GitHub release. The CLI is a single static binary.
Install fur
Pick an install channel
All channels ship the same statically-linked binary. Use whichever matches your environment:
# Add to your flake inputs: # fur.url = "github:foxora/fur"; # # Or run ad-hoc: nix run github:foxora/furfur installedOne static binary, several install channels — pick whichever you already trust. Verify the install
Confirm the binary is on your
PATHand the runtime backends fur talks to are healthy:bashfur # → fur 4.1.0 fur doctor | jq '.checks'Doctor is your friend
fur doctoris the canonical "is the host ready?" check. It surfaces missing backends (nix,flatpak,dpkg-deb,steam-run,appimage-run) with an actionable hint per failure.Optional: enable apt habit compatibility
If you want existing scripts and muscle memory to keep working, symlink the bundled wrapper binaries into your
PATH:bashsudo ln "$(fur which compat/apt)" /usr/local/bin/apt sudo ln "$(fur which compat/apt)" /usr/local/bin/aptapt → fur aptapt-style commands now route through fur, with the same JSON contract.
Continue in Getting Started
Overview
Fur — the unified Foxora CLI for apps, profiles, system, services, kits, and MCP.
Quickstart
From a fresh install to a verified kit and a JSON-driven gate in five minutes.