惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
云风的 BLOG
云风的 BLOG
aimingoo的专栏
aimingoo的专栏
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
F
Full Disclosure
A
About on SuperTechFans
C
Check Point Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
量子位
Know Your Adversary
Know Your Adversary
K
Kaspersky official blog
L
LINUX DO - 热门话题
Recorded Future
Recorded Future
C
Cisco Blogs
M
MIT News - Artificial intelligence
T
Tenable Blog
G
GRAHAM CLULEY
月光博客
月光博客
Recent Announcements
Recent Announcements
V
Visual Studio Blog
IT之家
IT之家
T
The Exploit Database - CXSecurity.com
The GitHub Blog
The GitHub Blog
T
Threat Research - Cisco Blogs
D
DataBreaches.Net
P
Privacy International News Feed
P
Proofpoint News Feed
I
Intezer
博客园 - 叶小钗
C
CXSECURITY Database RSS Feed - CXSecurity.com
The Hacker News
The Hacker News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - Franky
SecWiki News
SecWiki News
宝玉的分享
宝玉的分享
P
Palo Alto Networks Blog
Last Week in AI
Last Week in AI
小众软件
小众软件
Hacker News - Newest:
Hacker News - Newest: "LLM"
O
OpenAI News
N
News and Events Feed by Topic
Microsoft Security Blog
Microsoft Security Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
N
News and Events Feed by Topic
The Cloudflare Blog
Spread Privacy
Spread Privacy
酷 壳 – CoolShell
酷 壳 – CoolShell
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
B
Blog RSS Feed

Butler's Log

Agentic Version Control Benchmarks Grit: rewriting Git in Rust with agents Git Merge 2026 Agent-safe Git with GitButler We’ve raised $17M to build what comes after Git The Great CSS Expansion A couple of git nits Simplifying Git by Using GitButler Introducing the GitButler CLI GitButler 0.19 - "Commander Keen" But Head: Crafting a Custom Font MCP vs RAG: Two Very Different Ways to Gain Context Getting Started With GitButler Agents Using the GitButler MCP Server to Build Better AI-Driven Git Workflows Using GitButler With Multiple GitHub Accounts Advent of Code! Upcoming GitButler Events Use GitButler for your Gerrit workflow Integrating GitButler and GitHub Enterprise Butler Flow: shipping code faster (but less like Alfred, more like CI on steroids) - Part 3 Butler Flow: shipping code faster (but less like Alfred, more like CI on steroids) - Part 2 Butler Flow: shipping code faster (but less like Alfred, more like CI on steroids) - Part 1 Grid Happens: Because Flexbox Wasn’t Enough Using Cursor Hooks for automatic version control Deep Dive into the new Cursor Hooks A Responsive Item Counter with CSS only GitButler 0.16 - "Sweet Sixteen" GitButler's Claude Code tab GitButler's Annual Open Source Pledge Report Git Mini Summit 2025 Videos Automate Your AI Workflows with Claude Code Hooks Managing Multiple Claude Code Sessions Without Worktrees GitButler 0.15 - "Quirky Quinceañera" 20 years of Git. Still weird, still wonderful. GitButler's new patch based Code Review (Beta) Going down the rabbit hole of Git's new bundle-uri How to do patch-based review with git range-diff How Core Git Developers Configure Git Why is Git Autocorrect too fast for Formula One drivers? Stacked Branches with GitButler Git Merge 2024 Talks are Up GitButler 0.13 - "Lucky Baseball" Fearless Rebasing Git Merge 2024 Why GitHub Actually Won GitButler is joining the Open Source Pledge The New Era of Town Hall Chat The Future of Open Source GitButler is now Fair Source Git Merge 2024 GitButler 0.12 - "Stingy Baker" The Birth of THE MERGE GitButler for Windows Fixing up Git with Autosquash The Git Zeitgeist Git Worktrees and GitButler DevWorld Git Slides Git Tips and Tricks Git Tips 1: Oldies but Goodies Git Tips 2: New Stuff in Git Git Tips 3: Really Large Repositories FOSDEM Git Talk Opening Up GitButler Debugging Tauri in VS Code Advent of GitButler Code Signing Commits in Git, Explained Virtual Branches Alpha Our We Are Developers Adventure Building Virtual Branches DevDays in Vilnius The Future of Software and Open Source Introducing GitButler
Announcing the GitButler CLI for Linux
Simon Larsén · 2026-03-20 · via Butler's Log

In early February, we announced but, AKA the GitButler CLI. While there was much to like about the but announcement, it had one glaring flaw: Linux was never mentioned. Not. Even. Once. But with this announcement, I'm rectifying that terrible omission by mentioning Linux not once, not twice, but a whole lot of times. Because but loves Linux, and it is our firm belief that Linux will come to love but.

This article is all about the Linux support and how to install but on Linux. For a bird's-eye view of what you can actually do with but, see the original but announcement.

There are two supported ways to install the but CLI on Linux: as part of the full application, or as a standalone CLI. There are still things you can do in the GUI that are not yet possible in the CLI, so if you are able, we recommend installing the full application.

The recommended way to install the full GitButler application on Linux is to use the deb or rpm packages available on our downloads page. As of release 0.19.6, these builds include the but CLI. Your package manager will figure out the rest.

For example, on Ubuntu you can download the GitButler 0.19.6 (or later) deb package and install it with apt.

apt install GitButler_0.19.6_amd64.deb

After that, but should be available to you.

If you already use the GUI, this is the way you should access the CLI, as it ensures your GUI and CLI are compatible.

For some time, the GitButler app has shipped with a button that says Install But CLI, which would attempt to create a symlink in /usr/local/, which most often fails as the entirety of /usr is typically owned by root. If for whatever reason the button click worked for you, or you manually created the symlink as per the instruction popup, do not fret: it will keep working. It does not matter if the but CLI is resolved via this symlink, or via the new symlink that comes bundled in the packages. Both work just fine.

but as a standalone binary

For those that are only interested in the CLI, we also distribute but as a standalone binary with minimal dependencies (see the compatibility notes below). You can install this via the curl installer, which also ensures that but is on your PATH and sets up shell completions. It also makes sure that the built-in updater accessed via but update install works as intended.

curl -fsSL https://gitbutler.com/install.sh | sh

The CLI landing page has a link to the standalone binary. Download it and put it wherever you want.

Just build from source! Clone the repository and build with cargo build --release -p but.

We build both the GUI and CLI on Ubuntu 22.04. While the GUI has some heavy dependencies in the form of WebKitGTK, but has a far smaller appetite for system libraries. There is however one common compatibility issue with older distros in that but dynamically links to glibc. At the time of writing, this entails that symbols from glibc 2.35 show up in the but binary. If you have an older version of glibc, you are likely to run into issues with dynamic linking. If you end up with such issues, you may still be able to build but from source.

There is much to be excited for about but on Linux. We have Linux-centric developers dogfooding the latest version as part of their daily work, putting significant effort into making it work well across distributions. Okay, fine, developer, but I'm really putting that effort in.

So what are you waiting for? Get but today!

Simon Larsén

Written by Simon Larsén

Simon is a Software Engineer who "uses Arch, btw", enjoys overly complex board games and loves simracing. What a nerd.