Skip to content
Public distribution

TacitSoft Package Repositories

Enroll once per package lineage, then install any TacitSoft tool by package name.

Copy, paste, install

Add the repository for your platform

Replace <tool> or <image> with the package name shown in the directory below.

APT

Debian / Ubuntu

bash
curl -fsSL https://repos.tacitsoft.dev/keys/tacitsoft.gpg \
  | sudo tee /usr/share/keyrings/tacitsoft.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/tacitsoft.gpg] https://repos.tacitsoft.dev/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/tacitsoft.list
sudo apt update && sudo apt install <tool>

DNF / YUM

RHEL / Rocky / Alma / Fedora

bash
sudo tee /etc/yum.repos.d/tacitsoft.repo <<'EOF'
[tacitsoft]
name=TacitSoft
baseurl=https://repos.tacitsoft.dev/rpm/el/$releasever/$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://repos.tacitsoft.dev/keys/tacitsoft.gpg
EOF
sudo dnf install <tool>

APK

Alpine

bash
sudo wget -O /etc/apk/keys/tacitsoft-apk.rsa.pub \
  https://repos.tacitsoft.dev/keys/tacitsoft-apk.rsa.pub
echo "https://repos.tacitsoft.dev/apk/v3.20/main" | sudo tee -a /etc/apk/repositories
sudo apk update && sudo apk add <tool>

pacman

Arch Linux

ini
# /etc/pacman.conf
[tacitsoft]
Server = https://repos.tacitsoft.dev/arch/$repo/$arch

pkg

FreeBSD

conf
# /usr/local/etc/pkg/repos/tacitsoft.conf
tacitsoft: {
  url: "https://repos.tacitsoft.dev/freebsd/${ABI}/latest",
  mirror_type: "http", signature_type: "pubkey",
  pubkey: "/usr/local/etc/pkg/tacitsoft.pub", enabled: yes
}

Helm

Kubernetes charts

bash
helm repo add tacitsoft https://repos.tacitsoft.dev/helm

Homebrew

macOS / Linux

bash
brew tap tacitsoft/tap
brew install <tool>

Generic release tarballs

Portable binaries

bash
curl -fsSL https://repos.tacitsoft.dev/releases/<tool>/latest/<tool>-<arch>-musl.tar.zst

OCI

ECR Public images / charts

text
public.ecr.aws/tacitsoft/<image>

Enrollment contract: dagobah-infra SDD-305 §3.1. These snippets were last synchronized 2026-08-08.

Open source

Public tool directory

Source lives on GitHub. Signed packages and release artifacts are distributed through the shared lineage repositories.

JLP

jlp

A focused Java log parser for turning application logs into useful operational data.

Repository lineage paths

PAST Redbox

past-redbox

Kali Linux redbox VM orchestration for authorized security testing in controlled lab environments.

Repository lineage paths

Photonic

photonic

A comprehensive photo-processing pipeline for professional photography workflows.

Repository lineage paths

tstools

tstools

The public TacitSoft collector catalog, bundle specifications, and release metadata.

Repository lineage paths