Releases: MTPython406/Chitty-Workspace
Releases · MTPython406/Chitty-Workspace
v0.1.4 — Browser Extension Auto-Setup
Chitty Workspace v0.1.4
What's New
- Browser extension auto-copied to user-accessible directory on first launch — Chrome can load it directly
- Guided package setup — Chitty walks you through connecting Gmail, Calendar, Slack via Marketplace instead of manual OAuth
- Browser extension guide — Chitty tells you exactly where the extension folder is and how to load it
- Extension ships with the app — no separate download needed
Install from MSIX (Windows)
- Enable Developer Mode: Settings > Privacy & Security > For developers
- Download and double-click the MSIX
Links
- chitty.ai | Docs | Marketplace
Built by DataVisions.ai
v0.1.3 — Browser Extension + Guided Setup
Chitty Workspace v0.1.3
What's New
- Browser extension bundled — ships with the app, no separate download needed
- Guided setup for packages — Chitty walks you through connecting Gmail, Calendar, Slack etc. via the Marketplace tab instead of asking for manual OAuth tokens
- Browser extension setup guide — Chitty explains how to load the extension step by step when it's not connected
- Extension info endpoint —
GET /api/browser/extension-inforeturns connection status and install path - Fixed database migration — upgrades no longer crash on duplicate columns
Download
- Windows: Download the MSIX below (unsigned — enable Developer Mode to sideload)
- Linux / Docker: Build from source, run with
--headless
Install from MSIX (Windows)
- Enable Developer Mode: Settings > Privacy & Security > For developers
- Download and double-click the MSIX, or run:
Add-AppxPackage -Path ChittyWorkspace-0.1.3-x64.msix
Links
Built by DataVisions.ai
v0.1.2 — Headless Mode + Linux/Docker Support
Chitty Workspace v0.1.2
Download
- Windows: Download the MSIX below (unsigned — enable Developer Mode to sideload). Microsoft Store listing pending approval.
- Linux / Docker: Build from source, run with
--headless
Install from MSIX (Windows)
- Enable Developer Mode: Settings > Privacy & Security > For developers
- Download and double-click the MSIX, or run:
Add-AppxPackage -Path ChittyWorkspace-0.1.2-x64.msix
What's New in v0.1.2
- Headless mode (
--headlessflag) for Linux/Docker — access via browser - Custom port support (
--port) - Dockerfile for containerized deployment
- Fixed database migration for upgrades
Linux / Docker
git clone https://github.com/MTPython406/Chitty-Workspace.git
cd Chitty-Workspace
cargo build --release
./target/release/chitty-workspace run --headless --port 8770
# Docker
docker build -t chitty-workspace .
docker run -p 8770:8770 chitty-workspaceLinks
Built by DataVisions.ai