CARLOS apt repository

Signed Debian/Ubuntu packages for the carlos CLI — ship, promote, and deploy apps on a CARLOS platform deployment.

Install

curl -fsSL https://apt.oncarlos.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.oncarlos.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.

What's in it

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. apt.carlosframework.com will serve this same repository once its DNS record is added; until then apt.oncarlos.com is the address.

🤖 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.