Signed Debian/Ubuntu packages for the carlos CLI — ship, promote, and deploy apps on a CARLOS platform deployment.
curl -fsSL https://apt.carlosframework.com/carlos-archive-keyring.gpg | sudo tee /usr/share/keyrings/carlos-archive-keyring.gpg > /dev/null echo "deb [signed-by=/usr/share/keyrings/carlos-archive-keyring.gpg] https://apt.carlosframework.com stable main" | sudo tee /etc/apt/sources.list.d/carlos.list sudo apt update && sudo apt install carlos
Upgrades then arrive with your normal sudo apt upgrade.
One package: carlos (amd64, arm64) — a static binary, no dependencies. The same binaries are published on GitHub releases with SHA256SUMS, alongside macOS builds (brew install carlosframework/tap/carlos).
Releases are signed with the CARLOS apt archive key, fingerprint CE4C 488E 889E 25C6 7F3B AB99 B060 4159 9CAB 9973.
🤖 This page was written by an LLM, on the ideas, instruction, and editing of humans; see factor X. This repository is itself served as a CARLOS static app.