RemoteJuggler v2.1.0-beta.7
Pre-release
Pre-release
·
358 commits
to main
since this release
RemoteJuggler v2.1.0-beta.7
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 | bashOr 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=mcpFeatures
- 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 (32 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