QwaleCode is a lightweight Electron-based IDE focused on providing a simple workflow for collaborating with people on projects, while integrating agentic AI features.
QwaleCode builds on the Monaco code viewer, adding collaboration and AI features that turn it from a simple code editor into a powerful tool for managing complex workflows.
Add your colleagues, peers, or friends to your workspace to make collaborating on projects easier than ever - no Git required!
Use agentic AI to help you build your projects, find bugs in your code, and provide program suggestions!*
*Requires OpenAI API Key
Define custom run/debug workflows, making testing, building, and production workflows faster than ever - easier to setup than Makefiles and npm scripts!
Pull/push, manage branches, and more for your repo, all from the comfort of your IDE!
- Clone or copy the repository to your machine.
- Install dependencies:
npm install- Start the app:
npm start- or, Build the app:
npm build- The app uses
update-electron-appwithupdate.electronjs.orgas the update source. - Update checks are initialized only when the app is packaged (
app.isPackaged === true).
CC BY-NC-ND 4.0