Automic VaultAutomic Vault

brew

nsnake mit Homebrew, apk, apt, dnf, Nix, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für nsnake in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install nsnake

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add nsnake

Alpine Linux edge package indexes · nsnake · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install nsnake

Debian stable package indexes · nsnake · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install nsnake

Fedora Rawhide package metadata · nsnake · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#nsnake

nixpkgs package indexes · pkgs/by-name/ns/nsnake/package.nix · Quelle: api.github.com

openSUSE zypperverifiziert · 92%
sudo zypper install nsnake

openSUSE Tumbleweed package metadata · nsnake · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Classic snake game with textual interface

Befehle und Aliase

  • nsnake

Verlauf

Projektgeschichte und Nutzung

nSnake is a terminal implementation of the classic Snake game, built with ncurses and distributed as a command-line game. The upstream README describes it as a text-interface clone with customizable gameplay, appearance, key bindings, levels, multiple modes, and per-setting scores.

Projektgeschichte

The GitHub repository was created on January 26, 2012. The release history shows a transition from a simpler C/ncurses game to a larger C++ version: v1.7 on February 18, 2014 was described as the last old release, v2.0.0 on March 6, 2014 was a substantial rewrite with customizable rules and interface work, and v3.0.0 on July 28, 2014 added custom levels and scrolling maps.

Adoptionsgeschichte

nSnake is a small terminal-game package rather than infrastructure, but it is widely packaged enough to show durable hobbyist adoption: Homebrew, Debian, Ubuntu, Fedora-family packages, Nix, Alpine, and openSUSE all carry it. Homebrew's formula API reports far more installs than several other niche CLI packages in this batch, consistent with a discoverable toy/tool package.

Wie es verwendet wird

Users install it from a package manager and run `nsnake` in a terminal. The default controls are arrow keys to move, `p` to pause, `h` for help, and `q` to quit; settings and scores live under `~/.local/share/nsnake`, and custom levels use `.nsnake` files under the user's levels directory.

Warum Paket-Nerds sich dafür interessieren

nSnake is notable as the kind of polished ncurses game distributions like to keep: tiny, self-contained, playable over SSH or a local terminal, and useful as both a nostalgia package and an example of terminal UI game programming.

Zeitleiste

  • 2012-01-26: GitHub repository created.
  • 2014-02-18: v1.7 release marked the last old release before the rewrite.
  • 2014-03-06: v2.0.0 release reprogrammed much of the game and added richer customization.
  • 2014-07-28: v3.0.0 release added levels, scrolling levels, and broader high-score tracking.
  • 2026-07-01: Homebrew formula API reports stable version 3.0.1.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 13 Plattformziele verfügbar.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
nsnakecliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version3.0.1
Manager aktualisiert
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/alexdantas/nSnake

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:nsnake
Version3.0.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/nsnake
Homepagehttps://github.com/alexdantas/nSnake
Repositoryhttps://github.com/alexdantas/nSnake
Upstream-Dokumentationhttps://github.com/alexdantas/nSnake#readme
LizenzGPL-3.0-or-later
Quellarchivhttps://downloads.sourceforge.net/project/nsnake/GNU-Linux/nsnake-3.0.1.tar.gz
Von macOS bereitgestellte Bibliothekenncurses
Bottleverfügbar (auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namensnake
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

nsnake 3.0.1-2.2

classic snake game on the terminal

http://nsnake.alexdantas.net/

sudo apt install nsnake
  • Section: games
  • Architecture: amd64
  • 5 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nsnake
Debian stable package indexes · deb.debian.org · Debian stable package indexes: nsnake from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

nsnake

nix profile install nixpkgs#nsnake
  • normalized package name match
  • Abgeglichen nach: Nsnake
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ns/nsnake/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

nsnake 3.0.1-2.1

classic snake game on the terminal

http://nsnake.alexdantas.net/

sudo apt install nsnake
  • Section: universe/games
  • Architecture: amd64
  • 5 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nsnake
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: nsnake from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

nsnake 3.0.0-r0

snake game for your terminal

http://projects.malikania.fr/nsnake

sudo apk add nsnake
  • License: ISC
  • Architecture: x86_64
  • Source Package: nsnake
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Nsnake
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nsnake from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

nsnake-doc 3.0.0-r0

snake game for your terminal (documentation)

http://projects.malikania.fr/nsnake

sudo apk add nsnake-doc
  • License: ISC
  • Architecture: x86_64
  • Source Package: nsnake
  • normalized package name match
  • Abgeglichen nach: Nsnake
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nsnake-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

nsnake 3.0.1-24.fc44

The classic snake game with textual interface

https://github.com/alexdantas/nSnake

sudo dnf install nsnake
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: nsnake
  • 7 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Nsnake
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nsnake from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

nsnake 3.0.1-3.5

Classic snake game on the terminal

https://github.com/alexdantas/nSnake

sudo zypper install nsnake
  • License: GPL-3.0-only
  • Category: Amusements/Games/Action/Arcade
  • Architecture: x86_64
  • Source Package: nsnake
  • 5 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Nsnake
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: nsnake from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment