Skip to content

Fermi Console v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 22:53

Fermi Console v0.1.0

Quick Install (Linux x86_64)

curl -fsSL https://raw.githubusercontent.com/Replicant-Partners/fermi/main/scripts/install-fermi-console.sh | bash

Or download directly:

# Install runtime deps (one-time)
sudo apt-get install -y libxcb1 libxkbcommon0 libxkbcommon-x11-0 \
  libfontconfig1 libfreetype6 libwayland-client0 libvulkan1 mesa-vulkan-drivers

# Download and run
curl -L https://github.com/Replicant-Partners/fermi/releases/latest/download/fermi-console-linux-x86_64 \
  -o fermi-console && chmod +x fermi-console && ./fermi-console

Building from source

See README.