Skip to content

Releases: MTPython406/Chitty-Workspace

v0.1.4 — Browser Extension Auto-Setup

03 Apr 02:18

Choose a tag to compare

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)

  1. Enable Developer Mode: Settings > Privacy & Security > For developers
  2. Download and double-click the MSIX

Links

Built by DataVisions.ai

v0.1.3 — Browser Extension + Guided Setup

03 Apr 01:21

Choose a tag to compare

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 endpointGET /api/browser/extension-info returns 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)

  1. Enable Developer Mode: Settings > Privacy & Security > For developers
  2. 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

03 Apr 00:35

Choose a tag to compare

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)

  1. Enable Developer Mode: Settings > Privacy & Security > For developers
  2. 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 (--headless flag) 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-workspace

Links


Built by DataVisions.ai