v0.14.10 published 2 days ago

View on GitHub

Streamline your Git workflow.
Modern version control client for developers.

Commentor
““I've never been a fan of GUIs for source control, but I must say that this looks beautiful. I don't think I'd ever use it, as most of my work is on systems that don't even have a GUI, but it does. Look. Beautiful.
View on ProductHunt

Everything you expect from a git client, and more.

The GitHub vercel/next.js repository being cloned inside RelaGit
Your favourite developer platforms
GitHub, GitLab, and Codeberg. Directly integrated into the experience.
Community fueled
Built with input and opinion from developers and users.
Goes anywhere you go
New
Open out a native popout to view focused information about what you're working on.
A native popout window is open above a code editor. The popout shows modified files and commit history.
Designed to move at your speed
Next generation tooling enables lightning fast UI updates and performance.
The Create or Add repository modal in RelaGit, with the curve of the window being emphasised
Pixel perfect interfaces
Blending form and function with beautiful design.

Creativity is the limit.

Create dynamic workflows to automate actions and perform awesome tasks when things happen in your repositories.

Learn More
.relagit/workflows/action.ts
ts
import { Workflow } from "relagit:actions";

export default new Workflow({
    name: "My New Workflow",
    description: "Does amazing things!",
    hooks: {
        commit: (_, repository, commit) => {
            console.log("New commit in", repository.name);
        },
    },
});

Recognisably Yours.

Re-imagine the look of the client, either through careful creation of a theme, or use of a community-made one.

Browse Styles

Ready to level up?

Download
Requires macOS 10.14 or later