Skip to content

The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte

License

Notifications You must be signed in to change notification settings

gitbutlerapp/gitbutler

Repository files navigation

GitButler Client

Git based Version Control graphical client, built from the ground up for modern workflows
gitbutler.com »

Download for macOS (Apple Silicon | Intel) · Linux (AppImage | deb)
~ Link for Windows will be added once a release is available. ~


gitbutler_client

CI TWEET DISCORD INSTA YOUTUBE

GitButler is an open source Tauri-based Git client. Its UI is written in Svelte using TypeScript and its backend is written in Rust.

Why GitButler?

Git's user interface has hardly been touched for 15 years. While it was written for Linux kernel devs sending patches to each other over mailing lists, most modern developers have different workflows and needs.

GitButler aims to rethink the version control concept, while still storing data in Git and being able to push trees to Git servers.

Main Features

  • Virtual Branches
    • Organize work on multiple branches simultaneously, rather than constantly switching branches
    • Automatically create new branches when needed
  • Easy Commit Management
    • Undo, Amend and Squash commits by dragging and dropping
  • GitHub Integration
    • Authenticate to GitHub to open Pull Requests, list branches and statuses and more
  • Easy SSH Key Management
    • GitButler can generate an SSH key to upload to GitHub automatically
  • AI Tooling
    • Automatically write commit messages based on your work in progress
    • Automatically create descriptive branch names
  • Commit Signing
    • Easy commit signing with our generated SSH key

Documentation

You can find our end user documentation at: https://docs.gitbutler.com

Bugs and Feature Requests

If you have a bug or feature request, feel free to open an issue, or join our Discord server.

Contributing

So you want to help out? Please check out the CONTRIBUTING.md document.

If you want to skip right to getting the code to actually compile, take a look at the DEVELOPMENT.md file.