Client app for ChatGPT, Gemini, Claude, Kimi, DeepSeek, Grok, Nani !?, Perplexity, Genspark with Monaco Editor / Terminal integration.
A powerful desktop application built with Electron that provides a unified interface for interacting with multiple AI chat services. Designed for users who work with multiple AI models simultaneously, featuring a sophisticated Monaco Editor integration for enhanced text editing capabilities.
https://github.com/Jun-Murakami/AI-Browser/assets/126404131/c39f63ef-11d4-4745-ba53-a6c2c03bfad8
Multi-AI Service Support: Seamlessly interact with multiple AI services including:
Integrated Terminal Support: Use CLI-based AI agents alongside chat interfaces:
Advanced Editor Integration:
Efficient Workflow Features:
Browser Integration:
Keyboard Shortcuts:
Each release binary is published with its own SHA-256 checksum file (<filename>.sha256) and a detached GPG signature (<filename>.sha256.asc) on the Releases page. Per-binary checksum files avoid collisions when each platform is built separately and uploaded to the same release. The signing key’s public part is included in this repository as ai-browser-public-key.asc.
# Import the public key (first time only)
gpg --import ai-browser-public-key.asc
# Example for the AppImage (replace the filename with the one you downloaded)
FILE="AI-Browser-1.7.0.AppImage"
# Verify the checksum file is genuinely signed by the developer (authenticity)
gpg --verify "${FILE}.sha256.asc" "${FILE}.sha256"
# Verify the downloaded binary is intact (integrity)
sha256sum -c "${FILE}.sha256"
Signing key fingerprint:
ABDB E9E8 3A2E 98A3 2988 69EB E8C7 A338 F858 A18F
Jun Takahashi (Jun Murakami App Factory) <app@bucketrelay.com>
Note for
.debusers: the.debpackage does not support in-app auto-updates. Get newer versions from the download page or the Releases page. The portable.AppImagesupports in-app updates.
Editor Management:
AI Service Interaction:
History Management:
Customization:
Ctrl/Cmd + Enter: Send to current AI serviceCtrl/Cmd + S: Save to historyCtrl/Cmd + Shift + C: Copy to clipboardCtrl/Cmd + Backspace: Clear editorCtrl/Cmd + ↑/↓: Navigate historyCtrl + Tab: Switch between AI services and terminals# Clone the repository
git clone https://github.com/Jun-Murakami/AI-Browser.git
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
Contributions are welcome! Please feel free to submit a Pull Request.
For Japanese users: https://note.com/junmurakami/n/n5d674f5977e6