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.
  1. Open Terminal

    On Ubuntu / Debian / Pop!_OS: press Ctrl + Alt + T. On other distros, launch your usual terminal app.

  2. Paste this command and press Enter

    It installs system libraries, downloads the latest build, and puts fermi-console in ~/.local/bin.

    $ curl -fsSL https://__HOST__/fermi-console/install.sh | bash
    What this does: reads a small script from this site (you can preview it here) that runs apt-get install for 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
  3. Launch it

    In the same terminal, type:

    $ fermi-console

    A 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.