Platforms
Downloads
Play instantly in a browser, or install it properly. One purchase covers every platform.
Play now, install nothing
The browser build is the same build as everything else. Nothing is held back for the desktop version.
Install with one command
macOS and Linux
curl -fsSL https://nightcell7.com/install.sh | shWindows (PowerShell)
irm https://nightcell7.com/install.ps1 | iexBoth scripts detect your platform and architecture, verify the download against the release’s published SHA256 checksums, and refuse to install on a mismatch. If you would rather not pipe a script into a shell, read them first — install.sh and install.ps1 are plain text, and you can run them from disk instead.
Inspect before running
curl -fsSL https://nightcell7.com/install.sh -o install.sh
less install.sh
sh install.shManaging the install
The installer handles its own lifecycle. After installing, the nightcell7 command forwards the same subcommands.
Update to the latest version
nightcell7 update
# or, without it installed:
curl -fsSL https://nightcell7.com/install.sh | sh -s -- updateSign in
nightcell7 loginCheck versions
nightcell7 versionUninstall
nightcell7 uninstall
# or:
curl -fsSL https://nightcell7.com/install.sh | sh -s -- uninstallWindows (PowerShell)
$env:NIGHTCELL7_COMMAND='update'; irm https://nightcell7.com/install.ps1 | iex
$env:NIGHTCELL7_COMMAND='uninstall'; irm https://nightcell7.com/install.ps1 | iexUninstalling removes the app, the launcher and the desktop entry. It deliberately leaves your saves and settings alone and tells you where they are, rather than deleting data you did not ask it to touch.
Package managers
Pick your platform’s manager and it handles upgrades for you. Each entry has install, upgrade and uninstall.
HomebrewmacOS
Installs to /Applications. The cask picks the Apple silicon or Intel build automatically.
First time only
brew tap profullstack/tapInstall
brew install --cask nightcell7Upgrade
brew upgrade --cask nightcell7Uninstall
brew uninstall --cask nightcell7ScoopWindows
Installs per-user, so it needs no administrator rights.
First time only
scoop bucket add profullstack https://github.com/profullstack/scoop-bucketInstall
scoop install nightcell7Upgrade
scoop update nightcell7Uninstall
scoop uninstall nightcell7WinGetWindows
Ships with Windows 11 and recent Windows 10. Nothing to set up first.
Install
winget install Profullstack.Nightcell7Upgrade
winget upgrade Profullstack.Nightcell7Uninstall
winget uninstall Profullstack.Nightcell7AURArch Linux
Any AUR helper works — paru -S nightcell7-bin is equivalent. The package wraps the AppImage and falls back to extract-and-run where FUSE is unavailable.
Install
yay -S nightcell7-binUpgrade
yay -Syu nightcell7-binUninstall
yay -Rns nightcell7-binAPT / .debDebian, Ubuntu, Mint
Download the .deb from the releases page first. There is no hosted apt repository yet, so upgrades are manual.
Install
sudo apt install ./NIGHTCELL-7-*.debUpgrade
Download the newer .deb and install it the same wayUninstall
sudo apt remove nightcell7RPMFedora, RHEL, openSUSE
Use zypper install on openSUSE. No hosted rpm repository yet, so upgrades are manual.
Install
sudo dnf install ./NIGHTCELL-7-*.rpmUpgrade
Download the newer .rpm and install it the same wayUninstall
sudo dnf remove nightcell7NixNixOS, any Linux
Wraps the x86_64 AppImage with appimageTools.
Install
nix-env -iA nixpkgs.nightcell7Upgrade
nix-env -uA nixpkgs.nightcell7Uninstall
nix-env -e nightcell7AppImageAny Linux
No installation and no root required. If your system lacks FUSE, run it with --appimage-extract-and-run.
Install
chmod +x NIGHTCELL-7-*.AppImage && ./NIGHTCELL-7-*.AppImageUpgrade
Replace the file with a newer oneUninstall
Delete the fileDirect downloads
Verifying a download
Every release publishes SHA256SUMS.txt next to the binaries. The install scripts check it automatically; to check by hand:
macOS / Linux
curl -fsSLO https://github.com/profullstack/nightcell7/releases/latest/download/SHA256SUMS.txt
shasum -a 256 -c SHA256SUMS.txt --ignore-missingInstall as a web app
Open /playand use your browser’s install action. The installed PWA gets its own window and icon, and runs offline once content is downloaded.
Requirements
See system requirements. Run the in-game benchmark before buying anything — it is the honest answer for your machine.