Signed apt, dnf, and zypper packages for the nambi platform.
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.Every package and repository index is GPG‑signed. The setup below pins your package manager to our public key: noolstack-packaging-pubkey.asc.
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.
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
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
sudo rpm --import https://repo.noolstack.io/noolstack-packaging-pubkey.asc
sudo zypper addrepo --refresh https://repo.noolstack.io/rpm noolstack
Install with your package manager — sudo apt-get install <package>, sudo dnf install <package>, or sudo zypper install <package>. One package is published today:
nambi serve, which boots the whole control plane in a single process — a one‑command trial, or a lightweight single‑node install.The signed binary is also attached to each GitHub release, alongside its cosign bundle, if you would rather verify and place it yourself.
These components are planned and named here so you know what is coming, but no package for them exists in this repository yet — apt-get install will not find them. Each appears above in the release that first ships it.
nambi-control-plane).