Interact with Adapt directly from your browser: https://app.adapt.chat
This is the official web-based client and Progressive Web App (PWA) for the Adapt chat platform.
See the project board for the current status of the web client.
- Windows:
- MacOS:
- x86_64 (Intel): .app bundle | .dmg installer
- aarch64 (Apple Silicon): .app bundle | .dmg installer
- Linux (x86_64/AMD64):
You can run the Adapt client locally using Vite.
git clone https://github.com/AdaptChat/webclient.git
cd webclient
npm install
npm run dev
npm run build
To preview the production build locally:
npm run serve
You can choose to build the client as a desktop app using Tauri:
npm run tauri build