Skip to content
NIGHTCELL 7

Downloads

Play instantly in a browser, or install it properly. One purchase covers every platform.

Play now, install nothing

Launch in browser

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 | sh

Windows (PowerShell)

irm https://nightcell7.com/install.ps1 | iex

Both 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.sh

Managing 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 -- update

Sign in

nightcell7 login

Check versions

nightcell7 version

Uninstall

nightcell7 uninstall
# or:
curl -fsSL https://nightcell7.com/install.sh | sh -s -- uninstall

Windows (PowerShell)

$env:NIGHTCELL7_COMMAND='update';    irm https://nightcell7.com/install.ps1 | iex
$env:NIGHTCELL7_COMMAND='uninstall'; irm https://nightcell7.com/install.ps1 | iex

Uninstalling 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/tap

Install

brew install --cask nightcell7

Upgrade

brew upgrade --cask nightcell7

Uninstall

brew uninstall --cask nightcell7

ScoopWindows

Installs per-user, so it needs no administrator rights.

First time only

scoop bucket add profullstack https://github.com/profullstack/scoop-bucket

Install

scoop install nightcell7

Upgrade

scoop update nightcell7

Uninstall

scoop uninstall nightcell7

WinGetWindows

Ships with Windows 11 and recent Windows 10. Nothing to set up first.

Install

winget install Profullstack.Nightcell7

Upgrade

winget upgrade Profullstack.Nightcell7

Uninstall

winget uninstall Profullstack.Nightcell7

AURArch 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-bin

Upgrade

yay -Syu nightcell7-bin

Uninstall

yay -Rns nightcell7-bin

APT / .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-*.deb

Upgrade

Download the newer .deb and install it the same way

Uninstall

sudo apt remove nightcell7

RPMFedora, RHEL, openSUSE

Use zypper install on openSUSE. No hosted rpm repository yet, so upgrades are manual.

Install

sudo dnf install ./NIGHTCELL-7-*.rpm

Upgrade

Download the newer .rpm and install it the same way

Uninstall

sudo dnf remove nightcell7

NixNixOS, any Linux

Wraps the x86_64 AppImage with appimageTools.

Install

nix-env -iA nixpkgs.nightcell7

Upgrade

nix-env -uA nixpkgs.nightcell7

Uninstall

nix-env -e nightcell7

AppImageAny 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-*.AppImage

Upgrade

Replace the file with a newer one

Uninstall

Delete the file

Direct 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-missing

Install 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.

Ardavan YardThe Nightcell muster point at the southern gate, where a squad forms up before pushing into the yard.