RelaGit (original) (raw)

Try Barstool, the better menubar meant for macOS. Get Barstool

Streamline your Git workflow.

Modern version control client for developers.

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.

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.

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

Learn More

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);
        },
    },
});

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

Browse Styles