Skip to content
Kadyapam edited this page May 24, 2026 · 2 revisions

NoETL APT repository

noetl/apt hosts the apt package repository for distributing the NoETL CLI and related binaries on Debian / Ubuntu systems.

For installation as an end-user, the in-repo README is the source of truth for apt-get usage.

What lives here

  • Signed .deb packages for the noetl CLI per supported architecture and Debian-family release.
  • Repository metadata (Packages.gz, Release, signing keys).
  • The publish pipeline that turns a CLI release into a repository update.

End-user install (typical)

curl -fsSL https://apt.noetl.io/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/noetl-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/noetl-archive-keyring.gpg] https://apt.noetl.io stable main" \
  | sudo tee /etc/apt/sources.list.d/noetl.list

sudo apt update
sudo apt install noetl

Exact URL and channel names may vary by release; check the in-repo README.

Pages

Detailed pages (release cadence, channel layout, signing rotation) will land as the surface grows. Start with the in-repo README.

Cross-references

  • cli wiki — the binary this repository distributes.
  • noetl wiki — the runtime the CLI controls.