A simple Electron wrapper for claude.ai on Linux.
Anthropic doesn't offer an official Linux desktop app. This is a minimal wrapper (~40 lines) that loads the Claude web app in a native window.
git clone https://github.com/lisancao/claude-linux-app.git
cd claude-linux-app
npm installIf you prefer using Claude from the terminal, Anthropic's official CLI works natively on Linux:
npm install -g @anthropic-ai/claude-code
claudeClaude Code is designed for software engineering tasks (coding, debugging, file editing). Use this Electron wrapper if you want the full web experience for general conversations.
npm startOr use the launcher script (runs with --no-sandbox):
./start.shcp claude-desktop.desktop ~/.local/share/applications/Then find "Claude" in your app launcher.
main.js- Electron app that loads claude.aipackage.json- Dependencies (just Electron)start.sh- Launcher scriptclaude-desktop.desktop- Desktop entry fileicon.png- App icon
MIT