Install Fermi Console
Native desktop app for probabilistic forecasting with AI agents. Three steps, about two minutes.
Heads-up: pre-built binaries are Linux only right now.
On macOS / Windows you'll need to build from source — see the
build instructions.
-
Open Terminal
On Ubuntu / Debian / Pop!_OS: press
Ctrl + Alt + T. On other distros, launch your usual terminal app. -
Paste this command and press Enter
It installs system libraries, downloads the latest build, and puts
fermi-consolein~/.local/bin.$ curl -fsSL https://__HOST__/fermi-console/install.sh | bashWhat this does: reads a small script from this site (you can preview it here) that runsapt-get installfor a few graphics libraries, then downloads the binary from GitHub Releases. It asks for your sudo password once, to install the libraries.What if I don't want to pipe curl into bash?
Fair. Save it first, read it, then run it:$ curl -fsSL https://__HOST__/fermi-console/install.sh -o install.sh && less install.sh && bash install.sh -
Launch it
In the same terminal, type:
$ fermi-consoleA window will appear. Sign in on the Dashboard with Google or GitHub, and you're done. Future updates are handled in-app under Help → Check for Updates.