Skip to content
Getting Started

Installation

Download and install Glance on Windows or Linux

System Requirements

  • Windows: Windows 10 or later (64-bit)
  • Linux: Ubuntu 20.04+, Debian 11+, or equivalent (X11/Wayland)
  • RAM: 4 GB minimum, 8 GB recommended
  • Storage: ~100 MB free space

Windows

Download the latest .exe installer from the GitHub releases page:

# Download from GitHub releases\nhttps://github.com/Anasabubakar/glance/releases/latest

Run the installer and follow the prompts. Glance will start automatically after installation.

Linux

Download the .deb package:

terminalbash
# Download the .deb package
wget https://github.com/Anasabubakar/glance/releases/latest/download/glance.deb

# Install
sudo dpkg -i glance.deb

# Start Glance
glance

Build from source

You can also build Glance from source. See the Contributing guide for instructions.