GHSwitch icon

GHSwitch

GHSwitch is a desktop app for switching Git profiles from the macOS menu bar or Windows system tray. Updates local Git identity settings offline.

GHSwitch

Overview

GHSwitch is a desktop utility for switching Git profiles from the macOS menu bar or Windows system tray. It is designed for developers who want to change Git identity settings without opening the terminal or editing config files manually.

The app updates only the local ~/.gitconfig entries for user.name, user.email, and user.signingkey, so the rest of your Git configuration stays intact. According to the site, it runs locally, keeps configuration on the machine, and supports startup launch for a quicker workflow.

Features

Fast native desktop app

GHSwitch runs as a lightweight desktop app built with Rust and Tauri v2, with a focus on quick profile changes and a small memory footprint.

Tray and menu bar access

The app lives in the macOS menu bar or Windows system tray, so you can switch profiles without opening a terminal window.

Local profile switching

It edits the specific Git identity fields stored in your local ~/.gitconfig, including user.name, user.email, and user.signingkey.

Signing key management

Profiles can include SSH or GPG signing keys, letting you manage signing settings alongside identity details.

Auto-start on login

The app can launch automatically at startup so your chosen profiles are available as soon as the system starts.

Profile management interface

Settings allow you to add, edit, or remove profiles from a simple interface opened from the tray menu.

Use Cases

  • Switch identities before committing

    Useful when you need to switch between personal and work Git identities quickly before committing, without opening a shell or manually editing config files.

  • Manage signing keys with each profile

    Helpful for developers who use signing keys and want those keys tied to a particular Git profile rather than configured separately each time.

  • Keep profiles ready across projects

    Good for people who move between projects and want a persistent desktop app that can launch on startup and keep profile switching close at hand.

  • Stay local and offline

    Useful for users who prefer a local tool that does not sync settings to the cloud and keeps all changes on the machine.

  • Manage profiles from the desktop

    Helpful on macOS and Windows for users who want a tray-based settings panel to add, edit, or remove Git profiles from one place.

Pros and Cons

Pros

  • Switches Git profiles from the menu bar or system tray without using the terminal.
  • Edits only specific Git identity fields instead of replacing the whole global config.
  • Works locally with no telemetry, tracking, or cloud sync.
  • Supports SSH or GPG signing keys per profile.
  • Can launch automatically at startup.

Cons

  • Linux support is not currently available according to the site.
  • The app is unsigned, so macOS and Windows may show security prompts during installation.

FAQ

Does GHSwitch overwrite my entire global Git config?

No. The site says GHSwitch only changes the specific user.name, user.email, and user.signingkey fields in your local ~/.gitconfig, and leaves the rest of your configuration alone.

Does GHSwitch send my configuration to any servers?

No. The product description states that GHSwitch is a local, offline tool with no telemetry, no tracking, and no cloud syncing.

How do I add or edit a Git profile?

Open the tray or menu bar menu and choose Open Settings. From there you can add, edit, or remove profiles and their associated signing keys.

Is Linux supported?

GHSwitch is fully compatible with macOS and Windows. The site says Linux support may be added in a future release.

Quick Facts

Category
Developer Tool
Platforms
macOS, Windows
Workflow
Menu bar/system tray Git profile switching
Config scope
Local ~/.gitconfig user.name, user.email, and user.signingkey
Source domain
ghswitch.achuth.dev
Pricing
Pricing details were not available on the site; the pricing page returned a 404