Installation
ZeroLimit is available for Windows, macOS, and Linux. Choose your platform below to get started.All releases are available on the GitHub Releases page.
Windows
ZeroLimit offers multiple installation options for Windows users:NSIS Installer (Recommended)
Full installer with automatic updates and Start Menu integration
MSI Installer
Standard Windows Installer package for enterprise deployments
Portable Executable
Run directly without installation - perfect for USB drives
Download Options
Choose Your Architecture
Download the appropriate installer from Releases:
ZeroLimit_x.x.x_x64-setup.exe- NSIS installer for 64-bit systemsZeroLimit_x.x.x_arm64-setup.exe- NSIS installer for ARM64 systemsZeroLimit_x.x.x_x64_en-US.msi- MSI installer for 64-bit systemsZeroLimit_x.x.x_portable.exe- Portable executable (no installation required)
Run the Installer
Double-click the downloaded file and follow the installation wizard.
The NSIS installer will automatically create Start Menu shortcuts and register the application for auto-updates.
System Requirements
- Windows 10 or later (64-bit or ARM64)
- 200 MB free disk space
- Internet connection for initial setup and updates
macOS
ZeroLimit supports both Apple Silicon and Intel-based Macs.Download Options
- Apple Silicon (M1/M2/M3)
- Intel
Download
ZeroLimit_x.x.x_aarch64.dmg for Apple Silicon processors.Installation Steps
Download the DMG
Get the appropriate DMG file from Releases based on your Mac’s processor.
System Requirements
- macOS 11 (Big Sur) or later
- Apple Silicon or Intel processor
- 200 MB free disk space
Linux
ZeroLimit provides native packages for major Linux distributions.Debian/Ubuntu
.deb package for Debian-based distributionsFedora/RHEL
.rpm package for Red Hat-based distributionsUniversal
.AppImage for any Linux distributionDebian/Ubuntu Installation
Download DEB Package
Download
ZeroLimit_x.x.x_amd64.deb from Releases.Fedora/RHEL Installation
Download RPM Package
Download
ZeroLimit_x.x.x_x86_64.rpm from Releases.AppImage (Universal)
AppImage works on any Linux distribution without installation.Download AppImage
Download
ZeroLimit_x.x.x_amd64.AppImage from Releases.System Requirements
- Any modern Linux distribution (64-bit)
- 200 MB free disk space
- GTK 3.x or later (for .deb and .rpm packages)
Building from Source
If you prefer to build ZeroLimit from source:Build Requirements
- Node.js: 20 or later
- pnpm: 10.22.0 or later
- Rust: Latest stable version
- Platform-specific dependencies:
- Windows: Visual Studio Build Tools
- macOS: Xcode Command Line Tools
- Linux: Development libraries (webkit2gtk, libssl-dev, etc.)