Skip to content

RemoteJuggler v2.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Feb 04:20
· 284 commits to main since this release

RemoteJuggler v2.3.0

Multi-provider git identity management tool with MCP/ACP support.

Installation

# Via npm (recommended for MCP clients)
npx -y @tummycrypt/remote-juggler --mode=mcp

# Via install script (full install with shell integration)
curl -fsSL https://raw.githubusercontent.com/tinyland-inc/remote-juggler/main/install.sh | bash

Or download the appropriate binary for your platform below.

Downloads

Platform CLI GUI Tray
Linux x86_64 remote-juggler-linux-amd64 remote-juggler-gui-linux-amd64 remote-juggler-tray-linux-amd64
Linux ARM64 remote-juggler-linux-arm64 remote-juggler-gui-linux-arm64 remote-juggler-tray-linux-arm64
macOS ARM64 (Apple Silicon) remote-juggler-darwin-arm64 - remote-juggler-tray-darwin-arm64
macOS x86_64 (Intel) remote-juggler-darwin-amd64 - -
AppImage - remote-juggler-gui-*.AppImage -
Debian/Ubuntu (.deb) remote-juggler_*.deb - -
RHEL/Fedora (.rpm) remote-juggler-*.rpm - -

Note: macOS binaries from GitHub are unsigned. For signed/notarized macOS binaries, see GitLab Releases.

MCP Server (for AI agents)

# Add to any MCP client (Claude Code, Cursor, VS Code)
remote-juggler --mode=mcp

Features

  • Multi-provider support (GitLab, GitHub, Bitbucket)
  • KeePassXC credential authority with TPM/YubiKey auto-unlock
  • Darwin Keychain integration for secure credential storage
  • GPG signing configuration per identity
  • MCP server (36 tools) for Claude Code / VS Code / Cursor
  • ACP server for JetBrains IDE integration
  • YubiKey / FIDO2 hardware key management
  • Trusted workstation mode (TPM/Secure Enclave)
  • Automatic SSH identity detection
  • Rootless installation
  • GTK4/Libadwaita GUI for Linux

Checksums

Verify your download:

sha256sum -c SHA256SUMS.txt
# Or check individual file
sha256sum -c remote-juggler-linux-amd64.sha256

Full Changelog: v2.2.0...v2.3.0