WebWiebe APT Repository
Install WebWiebe tools on Debian/Ubuntu systems
Quick Install
Run this command to add the repository and install all tools:
curl -fsSL https://webwiebe.nl/apt/install.sh | sudo bashManual Installation
1. Download and add the GPG key:
curl -fsSL https://webwiebe.nl/apt/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/pr-buddy.gpg2. Add the repository:
echo "deb [signed-by=/usr/share/keyrings/pr-buddy.gpg] https://webwiebe.nl/apt stable main" | \
sudo tee /etc/apt/sources.list.d/pr-buddy.list3. Update and install:
sudo apt update
sudo apt install prbuddy wtbuddy issuebuddy bugbarnAvailable Packages
prbuddy
AI-powered PR review assistant for the command line
wtbuddy
Git worktree management made easy
issuebuddy
GitHub issue management from your terminal
bugbarn
Self-hosted error tracking server
Repository Files
- /apt/gpg.key - GPG public key
- /apt/dists/stable/Release - Repository metadata
- /apt/dists/stable/InRelease - Signed release file
- /apt/install.sh - Installation script
Supported Architectures
amd64 (x86_64)arm64 (aarch64)