v0.3.2 — Latest Stable

Download Axiowisp

Free, open-source, and always will be. Windows installer, portable build, or clone and run from source.

MIT License Windows 10+ ~85 MB Electron + Monaco
Windows Installer
v0.3.2 — NSIS Installer
~85 MB
Download .exe
Portable
No installation required
Unzip and run
Download Portable
Build from Source
Any platform · Node.js 18+
Clone & build
View on GitHub

System Requirements

  • Windows 10 or later (64-bit)
  • 4 GB RAM minimum, 8 GB recommended
  • 200 MB disk space
  • Internet connection for AI features only

Building from Source

  • Node.js 18+ and npm
  • Python 3.x for node-pty native build
  • Visual Studio Build Tools on Windows
git clone https://github.com/Temple-Enterprise/Axiowisp.git cd Axiowisp npm install npm run dev

Changelog

What's new

v0.3.2
March 2026 — Latest
  • New AI Code Review — right-click any file for categorized security, performance & bug feedback
  • New Inline AI Ghost Text — Copilot-style completions, Tab to accept, Escape to dismiss
  • New Project Health Dashboard — LOC, language breakdown, largest files, TODO/FIXME count
  • New Find & Replace in Files — global content search with grouped results and replace-all
  • New Git Integration — Source Control sidebar with stage, commit, push, pull
  • New Toast Notifications, Auto-Save, Tab Drag Reorder, File Association support (30+ types)
  • New Multi-Provider AI Chat — OpenAI, Anthropic Claude, Google Gemini with model selection
v0.3.1
February 2026
  • New File Explorer Context Menu — New File, New Folder, Rename, Delete with inline inputs
  • New Breadcrumb Navigation — path segment strip above editor
  • New Problems Tab — errors/warnings panel with severity filtering and badge count
  • New StatusBar — live Ln/Col, selection count, EOL, indentation, error/warning counters
  • New Command Palette Expansion — 12 commands with inline shortcut badges
  • New Python automated build pipeline (npm → tsc → vite → NSIS)
v0.3.0
January 2026
  • New Native image & video rendering in the editor
  • New Light Mode engine — dynamic Monaco syntax painting with CSS variables
  • New Windows Path Proxying via axiowisp:// secure proxy
  • Imp Multi-resolution .ico icon — native Windows exe embedding
  • Imp CSS overhaul — all static HEX colors converted to CSS primitive bindings
  • Fix React Strict Mode duplicate IPC events resolved