
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
openchamber-desktop
Advanced tools
A lightweight, cross-platform desktop launcher for OpenChamber built with NeutralinoJS. Automatically detects, launches, and embeds OpenChamber in a secure container.

Loading Screen - Minimal black interface with elegant spinner
# Install OpenChamber via curl (recommended)
curl -fsSL https://raw.githubusercontent.com/btriapitsyn/openchamber/main/scripts/install.sh | bash
# Or install OpenCode directly
curl -fsSL https://opencode.ai/install.sh | bash
Bun (Recommended):
bun add -g @openchamber/web
# or
bun add -g @opencode-ai/cli
npm:
npm install -g @openchamber/web
# or
npm install -g @opencode-ai/cli
pnpm:
pnpm add -g @openchamber/web
# or
pnpm add -g @opencode-ai/cli
Yarn:
yarn global add @openchamber/web
# or
yarn global add @opencode-ai/cli
Arch Linux (AUR):
# Using yay
yay -S openchamber
# or
yay -S opencode
# Using paru
paru -S openchamber
Ubuntu/Debian:
# Download and install .deb package
wget https://github.com/btriapitsyn/openchamber/releases/latest/download/openchamber-linux-amd64.deb
sudo dpkg -i openchamber-linux-amd64.deb
sudo apt-get install -f # Fix dependencies if needed
Fedora/RHEL/CentOS:
# Download and install .rpm package
wget https://github.com/btriapitsyn/openchamber/releases/latest/download/openchamber-linux-amd64.rpm
sudo rpm -i openchamber-linux-amd64.rpm
macOS (Homebrew):
# Coming soon
# brew install openchamber
# For now, use npm or curl
npm install -g @openchamber/web
Windows (PowerShell):
# Using npm
npm install -g @openchamber/web
# Or download installer from releases
# https://github.com/btriapitsyn/openchamber/releases
# Check if openchamber is in PATH
which openchamber
# or
command -v openchamber
# Check version
openchamber --version
Download the latest release from the Releases page.
# Download the AppImage
wget https://github.com/yourusername/openchamber-desktop/releases/latest/download/OpenChamber-Launcher-x86_64.AppImage
# Make it executable
chmod +x OpenChamber-Launcher-x86_64.AppImage
# Run it
./OpenChamber-Launcher-x86_64.AppImage
# Download and extract
curl -L -o openchamber-launcher-mac.zip https://github.com/yourusername/openchamber-desktop/releases/latest/download/openchamber-launcher-mac.zip
unzip openchamber-launcher-mac.zip
# Run
./openchamber-launcher-mac/openchamber-launcher-mac_x64
Download and run openchamber-launcher-win_x64.exe from the releases page.
# Clone the repository
git clone https://github.com/yourusername/openchamber-desktop.git
cd openchamber-desktop
# Install dependencies
bun install
# Download Neutralino binaries
bun run update
# Run in development mode
bun run dev
# Build for all platforms
bun run build
# Build release version
bun run build:release
# Build AppImage (Linux only)
bun run build:appimage
openchamber-desktop/
├── bin/ # Neutralino binaries
│ ├── neutralino-linux_x64
│ ├── neutralino-mac_x64
│ ├── neutralino-win_x64.exe
│ └── ...
├── resources/
│ ├── index.html # Main UI
│ ├── styles/
│ │ └── main.css # Styles
│ └── js/
│ ├── neutralino.js # Neutralino client library
│ └── main.js # Main application logic
├── assets/
│ └── openchamber-logo-dark.png # App icon
├── neutralino.config.json # App configuration
├── build-appimage.js # AppImage build script
├── package.json
├── LICENSE
└── README.md
openchamber commandEdit neutralino.config.json to customize:
{
"applicationId": "com.openchamber.launcher",
"version": "1.0.0",
"modes": {
"window": {
"title": "OpenChamber Launcher",
"width": 900,
"height": 700
}
}
}
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
OpenChamber - Desktop and web interface for OpenCode AI agent
OpenCode - AI coding assistant for the terminal
This project is licensed under the GNU General Public License v3.0 (GPL-3.0) - see the LICENSE file for details.
This means:
If you encounter any issues, please open an issue.
Disclaimer: This is an independent project and is not officially affiliated with OpenCode or Anomaly Innovations. OpenChamber and OpenCode are trademarks of their respective owners.
FAQs
Desktop launcher for OpenChamber - Cross-platform OpenCode GUI
We found that openchamber-desktop demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.