Platform installers
The easiest way to get started is to download the installer for your platform from the GitHub releases page.Windows
Download
fastpack-windows-x86_64.msimacOS (Apple Silicon)
Download
fastpack-macos-aarch64.dmgmacOS (Intel)
Download
fastpack-macos-x86_64.dmgLinux
Download
fastpack-linux-x86_64.tar.gzWindows installation
Download the MSI installer
Get
fastpack-windows-x86_64.msi from the releases pagemacOS installation
Download the DMG
Download the appropriate DMG for your Mac:
- Apple Silicon (M1/M2/M3):
fastpack-macos-aarch64.dmg - Intel:
fastpack-macos-x86_64.dmg
On macOS, you may need to allow the app in System Preferences > Security & Privacy if you see a warning about an unidentified developer.
Linux installation
Download the tarball
Get
fastpack-linux-x86_64.tar.gz from the releases pageInstall from crates.io
If you have Rust installed, you can install FastPack directly from crates.io:FastPack requires Rust 1.85 or later. Update your Rust installation with
rustup update if needed.Advantages of cargo install
- Always get the latest version
- No need to download platform-specific installers
- Easy to update with
cargo install fastpack --force - Works on any platform where Rust is available
Building from source
For development or if you want to build from the latest source:System requirements
Minimum requirements
- Operating system: Windows 10+, macOS 11+, or modern Linux distribution
- RAM: 2 GB (4 GB recommended for large atlases)
- Disk space: 50 MB for installation
For building from source
- Rust: 1.85 or later
- Cargo: Included with Rust installation
- Build tools: Platform-specific C++ compiler (MSVC on Windows, Clang/GCC on Linux/macOS)
Verifying your installation
After installation, verify FastPack is working correctly:Updating FastPack
Platform installers
Download and install the latest version from the releases page. The new version will replace the old one.Cargo installation
Update to the latest version with:Uninstalling
Windows
Use “Add or Remove Programs” in Windows Settings to uninstall FastPack.macOS
Drag FastPack from your Applications folder to the Trash.Linux or cargo install
Getting help
If you encounter issues during installation:- Check the GitHub Issues for known problems
- Open a new issue if your problem isn’t already reported
- Join the community discussions for help
Next steps
Quick start guide
Now that FastPack is installed, pack your first texture atlas