We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
noetl/apt hosts the apt package repository for distributing the NoETL CLI and related binaries on Debian / Ubuntu systems.
noetl/apt
For installation as an end-user, the in-repo README is the source of truth for apt-get usage.
apt-get
.deb
noetl
Packages.gz
Release
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.
Detailed pages (release cadence, channel layout, signing rotation) will land as the surface grows. Start with the in-repo README.