Installing Fig
Fig Desktop for MacOS
Download from fig.io/download or run
brew install fig
Fig Desktop for Linux & Windows
Coming soon!
Headless Installation (Linux only)
The headless installation includes the fig
CLI and several other helper binaries, but not the graphical user interface.
Note: The full desktop installation is required for Fig Autocomplete to work, however everything else is functional with just the headless install.
How to install
- Run the install script
curl -fSsL https://repo.fig.io/scripts/install-headless.sh | bash
- Open a new shell (or restart your existing one)
- Run
fig login
Dev Container/GitHub Codespaces
See the Dev Container guide for more information.