Dario Griffo Logo Debian Logo

debian.griffo.io

Unofficial Repository for Latest Development Tools

🚀 Always Up-to-Date: This repository provides the most current versions of popular development tools as Debian packages, updated regularly to ensure you have access to the latest features and security fixes.
🇿Zig Programming Language
General-purpose programming language and toolchain for maintaining robust, optimal and reusable software. Available in both stable and nightly builds.
🇿ZLS Language Server
Language Server Protocol implementation for Zig, providing IDE features like autocomplete, go-to-definition, and error checking. Stable and nightly builds available.
👻Ghostty Terminal
Fast, feature-rich, cross-platform terminal emulator with platform-native UI and GPU acceleration for superior performance.
🐋lazydocker
Simple terminal UI for Docker and docker-compose management, written in Go with an intuitive interface for container operations.
🐢lazygit
Simple terminal UI for git commands, making version control operations more visual and user-friendly.
📁eza (NEW!)
Modern replacement for 'ls' command with improved features, better colors, and enhanced file listing capabilities.
🎼lowfi
Minimalist Rust application for playing lofi music - no albums, no ads, just pure lofi background music for coding.
🦆Yazi File Manager
Terminal file manager written in Rust with non-blocking async I/O, providing efficient and customizable file management.
🐍uv Python Manager
Extremely fast Python package and project manager written in Rust, offering superior performance for Python development workflows.
🔍fzf Fuzzy Finder
Command-line fuzzy finder written in Go, enabling fast and intuitive file and command searching.
📂zoxide
Smarter cd command for your terminal, learning your habits to help you navigate directories more efficiently.
🎵termusic
Terminal-based music and podcast player that's both free as in freedom and free of charge.
📠unregistry
Lightweight container image registry that stores and serves images directly from your Docker daemon's storage.
📡docker-pussh
Push Docker images to remote servers over SSH, transferring only missing layers for fast and efficient deployment.
🌬️uncloud
Lightweight clustering and container orchestration tool for deploying web apps across cloud VMs and bare metal with minimal overhead.

🚀 Why Choose debian.griffo.io?

This unofficial repository specializes in providing the most up-to-date versions of popular development tools as properly packaged Debian packages. While official Debian repositories often lag behind upstream releases, we ensure you get:

📦 Available Packages & Build Pipelines

All packages are automatically built and updated through dedicated GitHub repositories:

🐧 Supported Debian Distributions

Debian Bookworm (12) Debian Trixie (13) Debian Sid (unstable)

This is an unofficial community project providing packages not available in official Debian repositories.

⚡ Quick Installation

Add this repository to your Debian system and start installing the latest versions of your favorite development tools:

# Add repository GPG key curl -sS https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg # Add repository to sources echo "deb https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list # Update package list and install packages sudo apt update sudo apt install zig ghostty lazygit yazi eza uv fzf zoxide
📅 Important Notice: Public key was updated on March 4th, 2025. Please run the installation commands above to update your system with the new key.

📋 Package Installation Examples

# Install specific packages sudo apt install zig zls # Zig language and LSP sudo apt install ghostty # Modern terminal emulator sudo apt install lazygit lazydocker # Git and Docker TUIs sudo apt install yazi eza # File managers and ls replacement sudo apt install uv fzf zoxide # Python manager, fuzzy finder, smart cd

⚠️ Important Information

Scope: This repository focuses exclusively on unofficial Debian packaging. For issues with the tools themselves, please contact the respective upstream projects.

Updates: Packages are automatically updated when new versions are released upstream, ensuring you always have access to the latest features and security patches.

Community: This is a community-driven project aimed at bridging the gap between fast-moving development tools and Debian's stable packaging cycle.