noolstack

Package repository

Signed apt, dnf, and zypper packages for the nambi platform.

The repository is live as of the v0.1.0 release. It currently carries one package — nambi, the command-line tool. The other components listed below have not been released yet and are not installable from here; each publishes to this same repository in the release that first ships it.

Signing key

Every package and repository index is GPG‑signed. The setup below pins your package manager to our public key: noolstack-packaging-pubkey.asc.

1. Add the repository

Do this once per host. It installs the signing key and points your package manager at repo.noolstack.io — it does not install any component yet.

Debian / Ubuntu (apt)

sudo mkdir -p /etc/apt/keyrings
sudo curl -fsSL -o /etc/apt/keyrings/noolstack.asc https://repo.noolstack.io/noolstack-packaging-pubkey.asc
echo "deb [signed-by=/etc/apt/keyrings/noolstack.asc] https://repo.noolstack.io/deb stable main" \
  | sudo tee /etc/apt/sources.list.d/noolstack.list
sudo apt-get update

RHEL / Rocky / AlmaLinux (dnf)

sudo tee /etc/yum.repos.d/noolstack.repo >/dev/null <<'EOF'
[noolstack]
name=noolstack
baseurl=https://repo.noolstack.io/rpm
enabled=1
gpgcheck=1
gpgkey=https://repo.noolstack.io/noolstack-packaging-pubkey.asc
EOF

openSUSE / SLES (zypper)

sudo rpm --import https://repo.noolstack.io/noolstack-packaging-pubkey.asc
sudo zypper addrepo --refresh https://repo.noolstack.io/rpm noolstack

2. Install

Install with your package manager — sudo apt-get install <package>, sudo dnf install <package>, or sudo zypper install <package>. One package is published today:

The signed binary is also attached to each GitHub release, alongside its cosign bundle, if you would rather verify and place it yourself.

Not yet published

These components are planned and named here so you know what is coming, but no package for them exists in this repository yetapt-get install will not find them. Each appears above in the release that first ships it.