apt.joshka.net

A signed APT repository for Debian and Ubuntu. Install Jujutsu with:

curl -fLO https://apt.joshka.net/joshka-archive-keyring.deb
sudo dpkg -i joshka-archive-keyring.deb
sudo apt update
sudo apt install jujutsu

Minimal container

Minimal Debian and Ubuntu container images run as root and omit sudo, curl, and CA certificates. Bootstrap them with:

apt-get update
apt-get install -y --no-install-recommends ca-certificates curl
curl -fLO https://apt.joshka.net/joshka-archive-keyring.deb
dpkg -i joshka-archive-keyring.deb
apt-get update
apt-get install -y jujutsu

Supported systems: Ubuntu 24.04 LTS or newer and Debian 13 or newer, on amd64 and arm64.

Source and maintainer documentation ยท Repository details