43 个开发者工具,始终保持最新 — 上游每次发布后数小时内即可通过 apt 获取。 加入 Discord

📅 自 起,使用本 apt 镜像将需要订阅。 查看价格 · 🆓 有一个永久免费的镜像

运行时间

Debian & Ubuntu 软件包,
始终保持最新

提供最新开发工具的非官方 Debian & Ubuntu 仓库。 经 GPG 签名,上游每次发布后数小时内重新构建,一条 apt 命令即可安装。

43
已打包工具
29
Debian 与 Ubuntu 中没有的
8
支持的发行版
持续提供最新版本
Atuin Bun Deno DuckDB eza Fastfetch fish Forgejo Forgejo Runner fzf Garage Ghostty Headscale Helix herdr Jujutsu just k9s lazydocker lazygit lowfi Neovim Nushell Oh My Posh ripgrep Ruff Starship Termusic TigerBeetle Uncloud Unregistry uv viu Yazi yq yt-dlp ZapZap Zed Zellij Zig ZLS zoxide Atuin Bun Deno DuckDB eza Fastfetch fish Forgejo Forgejo Runner fzf Garage Ghostty Headscale Helix herdr Jujutsu just k9s lazydocker lazygit lowfi Neovim Nushell Oh My Posh ripgrep Ruff Starship Termusic TigerBeetle Uncloud Unregistry uv viu Yazi yq yt-dlp ZapZap Zed Zellij Zig ZLS zoxide

deb.griffo.io 对比官方软件源

我们提供的每一个工具,与 Debian 和 Ubuntu 当前提供的版本对照。数据直接取自 官方软件源 —— 最后检查于 2026-08-18。

没有找到需要的软件包? 在 Discord 提出请求 提交 GitHub issue

工具deb.griffo.io官方 Debian官方 Ubuntu
Atuin 18.19.0 18.6.1🛑 18.8.0🛑
Bun 1.3.14 🚫 未收录 🚫 未收录
Deno 2.9.5 🚫 未收录 🚫 未收录
DuckDB 1.5.5 🚫 未收录 🚫 未收录
eza 0.23.5 0.21.0🛑 0.23.4🛑
Fastfetch 2.66.0 2.40.4🛑 2.57.1🛑
fish 4.8.1 4.0.2🛑 4.2.1🛑
Forgejo 15.0.2 🚫 未收录 🚫 未收录
Forgejo Runner 13.0.0 🚫 未收录 🚫 未收录
fzf 0.74.3 0.60.3🛑 0.67.0🛑
Garage 2.3.0 🚫 未收录 🚫 未收录
Ghostty 1.3.1 🚫 未收录 1.3.0🛑
Headscale 0.29.3 🚫 未收录 🚫 未收录
Helix 25.07.1 🚫 未收录 🚫 未收录
herdr 0.8.0 🚫 未收录 🚫 未收录
Jujutsu 0.44.0 🚫 未收录 🚫 未收录
just 1.58.0 1.40.0🛑 1.45.0🛑
k9s 0.51.0 🚫 未收录 🚫 未收录
lazydocker 0.25.2 🚫 未收录 🚫 未收录
lazygit 0.64.1 0.50.0🛑 0.57.0🛑
lowfi 2.0.7 🚫 未收录 🚫 未收录
Neovim 0.12.4 0.10.4🛑 0.11.6🛑
Nushell 0.115.0 🚫 未收录 🚫 未收录
Oh My Posh 30.6.5 🚫 未收录 🚫 未收录
ripgrep 15.2.0 14.1.1🛑 15.1.0🛑
Ruff 0.16.3 🚫 未收录 🚫 未收录
Starship 1.26.0 1.22.1🛑 1.22.1🛑
Termusic 0.13.2 🚫 未收录 🚫 未收录
TigerBeetle 0.17.9 🚫 未收录 🚫 未收录
Uncloud 0.20.0 🚫 未收录 🚫 未收录
Unregistry 0.4.3 🚫 未收录 🚫 未收录
uv 0.12.5 🚫 未收录 🚫 未收录
viu 1.6.1 🚫 未收录 🚫 未收录
Yazi 26.8.15 🚫 未收录 🚫 未收录
yq 4.53.3 🚫 未收录 🚫 未收录
yt-dlp 2026.07.04 2025.04.30🛑 2026.03.17🛑
ZapZap 7.4.2 🚫 未收录 🚫 未收录
Zed 1.15.0 🚫 未收录 🚫 未收录
Zellij 0.44.3 🚫 未收录 🚫 未收录
Zig 0.16.0 🚫 未收录 🚫 未收录
ZLS 0.16.0 🚫 未收录 🚫 未收录
zoxide 0.10.0 0.9.7🛑 0.9.8🛑

完整对照表:每个工具与每个版本 →

🗂️ 按类别浏览

两条命令,从此始终保持最新

将本仓库添加到你的 Debian 或 Ubuntu 系统,开始安装你喜爱的开发工具的 最新版本。

运行命令

步骤 1:添加仓库

sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg

echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null

sudo apt update
install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg

echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null

apt update

🆓 有一个永久免费的镜像。 deb-free.griffo.io 永久免费提供软件包 — 无需账号、无需订阅,最多落后上游 2 个月,安全修复立即发布。目前收录 Ghostty、Oh My Posh 和 Zed;其他任何工具都可应请求加入。

免费镜像的工作方式 →

步骤 2:安装软件包

sudo apt install zig ghostty lazygit yazi viu eza uv fzf zoxide bun tigerbeetle deno forgejo forgejo-runner helix jujutsu zellij starship atuin k9s headscale garage just nushell duckdb herdr ripgrep fish
apt install zig ghostty lazygit yazi viu eza uv fzf zoxide bun tigerbeetle deno forgejo forgejo-runner helix jujutsu zellij starship atuin k9s headscale garage just nushell duckdb herdr ripgrep fish

可选:启用源码包

在软件源列表中加入 deb-src 行,即可用 apt-get source 下载软件包并从源码构建。

echo "deb-src https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee -a /etc/apt/sources.list.d/deb.griffo.io.list

sudo apt update
echo "deb-src https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee -a /etc/apt/sources.list.d/deb.griffo.io.list

apt update

43 个工具,一个 apt 源

每个工具都有分发行版的安装指南,附有适用于你所用版本的确切命令。

没有找到需要的软件包? 在 Discord 提出请求 提交 GitHub issue

Atuin

Shell history sync, search and stats. Replaces your shell history with a searchable SQLite database, with optional end-to-end encrypted sync across machines.

Bun Runtime

Fast all-in-one JavaScript runtime with bundler, test runner, and package manager built from scratch for speed and performance.

Deno Runtime

Secure JavaScript/TypeScript runtime with built-in TypeScript support, web standard APIs, and Node.js compatibility. Includes denort for lightweight production deployments.

docker-pussh

Push Docker images to remote servers over SSH, transferring only missing layers for fast and efficient deployment.

DuckDB

Fast in-process analytical SQL database — SQLite for analytics. Queries CSV, Parquet and JSON directly, installs extensions at runtime, no server to manage.

eza

Modern replacement for 'ls' command with improved features, better colors, and enhanced file listing capabilities.

Fastfetch

A neofetch-like system information tool written in C — blazing fast, 50+ modules, all presets included, same file layout as the archive package.

fish

The friendly interactive shell: autosuggestions, syntax highlighting and completions generated from your man pages.

Forgejo

Self-hosted lightweight software forge. Host your own git repositories, issue tracker, pull requests, and CI/CD platform. A community-driven Gitea fork you fully control.

Forgejo Runner

CI runner for Forgejo Actions. Run self-hosted, GitHub Actions-compatible CI/CD pipelines on your own infrastructure using Docker, LXC or the host directly.

fzf Fuzzy Finder

Command-line fuzzy finder written in Go, enabling fast and intuitive file and command searching.

Garage

Lightweight, S3-compatible distributed object storage designed to run across multiple geographically distributed nodes. A self-hosted alternative for backups, static sites and app data.

Ghostty Terminal

Fast, feature-rich, cross-platform terminal emulator with platform-native UI and GPU acceleration for superior performance.

Headscale

Self-hosted implementation of the Tailscale control server. Run your own coordination server for a private WireGuard mesh network using the standard Tailscale clients.

Helix Editor

Post-modern modal text editor written in Rust, with tree-sitter highlighting and Language Server support built in — no plugins required. The command is hx.

herdr Agent Multiplexer

Terminal workspace manager for AI coding agents — run and orchestrate multiple agents side by side with persistent sessions, git worktrees and remote access over SSH.

Jujutsu

A Git-compatible version control system with a simpler, more powerful model — universal undo and first-class conflicts, while using existing Git remotes. Uses the jj command.

just

Handy command runner for saving and running project-specific commands. Recipes live in a justfile with a make-inspired syntax, without make's build-target quirks.

k9s

Terminal UI for managing Kubernetes clusters in real time. Navigate resources, stream logs, exec into pods and apply changes without long kubectl commands.

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.

lowfi

Minimalist Rust application for playing lofi music - no albums, no ads, just pure lofi background music for coding.

Neovim

Hyperextensible Vim-based text editor with built-in LSP, Treesitter and Lua scripting — the latest upstream release, not the frozen archive version.

Nushell

A new type of shell where pipelines carry structured, typed data instead of raw text. Registered in /etc/shells, official plugins included — ready to be your login shell.

Oh My Posh

A prompt theme engine for any shell — bash, zsh, fish, PowerShell and more — with all 125+ built-in themes included in the package.

ripgrep

Line-oriented search tool that recursively searches directories for a regex pattern, respecting your gitignore.

Ruff

An extremely fast Python linter and code formatter from Astral — replaces Flake8, isort and Black at 10-100x the speed, system-wide without pip.

Starship

A fast, customizable cross-shell prompt written in Rust that works with Bash, Zsh, Fish, PowerShell and more, showing git and language context through a single config file.

termusic

Terminal-based music and podcast player that's both free as in freedom and free of charge.

TigerBeetle

Distributed financial transactions database designed for mission-critical safety and 1000x faster OLTP performance with strict serializability.

uncloud

Lightweight clustering and container orchestration tool for deploying web apps across cloud VMs and bare metal with minimal overhead.

unregistry

Lightweight container image registry that stores and serves images directly from your Docker daemon's storage.

uv Python Manager

Extremely fast Python package and project manager written in Rust, offering superior performance for Python development workflows.

viu Image Viewer

Command-line image viewer written in Rust. Displays images directly in the terminal using Kitty, iTerm2, Sixel protocols, or Unicode blocks as fallback.

Yazi File Manager

Terminal file manager written in Rust with non-blocking async I/O, providing efficient and customizable file management.

yq

A portable command-line YAML, JSON, XML, CSV and TOML processor with jq-like syntax — a single Go binary (mikefarah v4), man page included.

yt-dlp

Feature-rich command-line audio/video downloader with support for thousands of sites. Picks formats, merges with ffmpeg, and embeds subtitles, chapters, thumbnails and metadata.

ZapZap

An unofficial WhatsApp desktop client for Linux, built with Python and PyQt6.

Zed editor

A high-performance, multiplayer code editor from the creators of Atom Tree-Sitter

Zellij

A terminal workspace and multiplexer written in Rust, with panes, tabs, reproducible layouts and a WebAssembly plugin system. A friendly, modern alternative to tmux.

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.

zoxide

Smarter cd command for your terminal, learning your habits to help you navigate directories more efficiently.

浏览软件包池,从源码构建

🔍 浏览软件包池

你可以直接在 https://deb.griffo.io/apt/dists/ 浏览软件包池。 这让你无需先添加仓库,即可查看可用的发行版、组件和单个软件包文件。 本仓库遵循标准的 Debian 布局:

https://deb.griffo.io/apt/dists/                         ← distribution index
https://deb.griffo.io/apt/dists/bookworm/                ← Debian Bookworm (12)
https://deb.griffo.io/apt/dists/bookworm/main/binary-amd64/Packages  ← binary index
https://deb.griffo.io/apt/dists/bookworm/main/source/Sources          ← source index
https://deb.griffo.io/apt/dists/trixie/                  ← Debian Trixie (13)
https://deb.griffo.io/apt/dists/forky/                   ← Debian Forky (testing)
https://deb.griffo.io/apt/dists/sid/                     ← Debian Sid (unstable)
https://deb.griffo.io/apt/dists/jammy/                   ← Ubuntu Jammy (22.04 LTS)
https://deb.griffo.io/apt/dists/noble/                   ← Ubuntu Noble (24.04 LTS)
https://deb.griffo.io/apt/dists/questing/                ← Ubuntu Questing
https://deb.griffo.io/apt/dists/resolute/                ← Ubuntu Resolute

添加仓库后搜索软件包

# 列出本仓库提供的所有软件包
apt-cache search --names-only '' | grep -v '^lib'

# 显示特定软件包的详细信息
apt-cache show zig

# 检查将安装哪个版本以及来自哪个源
apt-cache policy zig

📦 源码包

除二进制 .deb 软件包外,本仓库还为所有支持的工具 提供 Debian 源码包。有了源码包,你可以检查打包方式、 在本地重新构建二进制包,或应用自定义补丁 —— 全程使用标准的 Debian 工具链。一个源码包由三个文件组成:

  • .dsc —— 包含校验和与元数据的描述文件
  • .orig.tar.gz —— 未经修改的上游源码压缩包
  • .debian.tar.xz —— Debian 专属的打包覆盖层(debian/ 目录)

下载并构建

# 下载某个软件包的源码(会在当前目录下创建一个目录)
apt-get source zig

# 或者只下载不解包 —— 仅获取原始的 .dsc 与压缩包
apt-get source --download-only zig

# 进入解包后的源码目录(版本号会有所不同)
cd zig-stable-0.14.0

# 构建二进制 .deb 且不签名(适合本地使用)
dpkg-buildpackage -b --no-sign

# 生成的 .deb 会出现在上一级目录
ls ../zig-stable_*.deb
运行命令

备选方案:只安装构建依赖

# 自动安装某个软件包的全部构建依赖
sudo apt-get build-dep zig

# 然后用 dpkg-buildpackage 或 debuild 构建
debuild -b --no-sign
# 自动安装某个软件包的全部构建依赖
apt-get build-dep zig

# 然后用 dpkg-buildpackage 或 debuild 构建
debuild -b --no-sign

直接浏览源码包

源码包索引文件与二进制软件包索引一同发布:

https://deb.griffo.io/apt/dists/bookworm/main/source/Sources
https://deb.griffo.io/apt/dists/trixie/main/source/Sources
https://deb.griffo.io/apt/dists/noble/main/source/Sources

想用最新版本的人而做

这个非官方仓库专注于以规范打包的 Debian 软件包形式, 提供热门开发工具的最新版本。官方仓库往往落后于上游发布, 而我们确保你获得:

📦 构建流水线

所有软件包都通过专用的 GitHub 仓库自动构建和更新:

🐧 支持的发行版

Debian

Bookworm (12) Trixie (13) Forky(测试版) Sid(不稳定版)

Ubuntu

Jammy (22.04 LTS) Noble (24.04 LTS) Questing Resolute
这是一个非官方的社区项目,提供官方 Debian 仓库中没有的软件包。 同时也提供源码包(.dsc) —— 你可以在任何受支持的发行版上 从源码构建,或检查打包方式。

每年付一次,或者一次付清

Debian 和 Ubuntu 会将软件包版本冻结数年。本镜像跟踪所收录的每个工具,并在上游发布后数小时内发布新版本 —— 经 GPG 签名,直接进入 apt。订阅让这套自动化持续运转。更愿意手动更新?所有 .deb 始终可在 GitHub 免费获取。

年度
€20 每年

每年续订,可随时取消。

让你的工具保持最新的自动化服务,每年付费一次。

  • 仓库中的所有工具
  • 上游新版本数小时内跟进
  • GPG 签名,直接进入 apt
  • 全部 8 个 Debian 与 Ubuntu 发行版
  • 包含源码包
订阅

订阅即表示你接受本页底部链接的条款和条件

所有价格均含增值税(如适用)。 在支持的地区以当地货币显示价格,否则以美元显示。此前通过 Buy Me a Coffee 支持过?请前往 Discord,我们会为你安排免费的终身订阅。💜

我们最常被问到的问题

你付费的对象不是软件本身。这里的每个工具都是开源的,本仓库既不会改变它们的许可证,也不会改变你自己动手构建所需的成本。订阅费用支付的是围绕软件的打包工作:为作者本身不提供 Debian 包的工具制作规范的 Debian 软件包,在上游每次发布后数小时内自动重新构建,并让这些构建产物能用在原本要落后好几年的旧版 Debian 和 Ubuntu 上。这是持续的维护与基础设施投入,而不是软件许可证。如果你不愿意为此付费,每个 .deb 依然可以从 GitHub 免费下载 —— 只是需要你自己更新。
你的系统没有出任何问题,已经安装的软件也不受影响 —— 已安装的软件包永远不会过期,也不会去检查许可证。自 2026 年 10 月 1 日起,下载软件包需要订阅:apt updateapt policy 以及浏览仓库对所有人保持免费,而 apt installapt upgrade 需要存放在 /etc/apt/auth.conf.d/ 中的凭据。有三种解决办法,并附有确切命令:添加你的凭据,改用永久免费的镜像 deb-free.griffo.io,或者直接从公开的 GitHub 发布页下载 .deb —— 这一直免费,将来也一样。完整说明与命令 →
本仓库只专注于非官方 Debian 打包。有关工具本身的问题,请联系相应的上游项目。我们只处理与打包相关的事项。
上游发布新版本时,软件包会自动更新,通常在数小时内完成,确保你始终能用上最新的功能和安全补丁。
本仓库由 reprepro 驱动,配置为每个软件包只保留最新版本,因此 0.16.0 一发布,apt install zig=0.15.2 就不再可用。为此 Zig 软件包按稳定性层级命名:zig 是元包,始终安装 zig-stablezig-oldstable 保存上一个稳定版,可与前者共存;zig-0 已废弃。两者都安装时,用 sudo update-alternatives --config zig 选择 /usr/bin/zig 指向哪一个。
不是。这是一个社区驱动的项目,旨在弥合快速演进的开发工具与 Debian 稳定打包周期之间的差距。它与 Debian 或 Canonical 没有任何关联。