v0.3.5 — 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
Recommended
Windows Installer
v0.3.5 — NSIS Installer
~85 MB · One-click setup
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.5
March 2026 — Latest
  • New Split Editor — open two files side by side, drag handle to resize, close pane independently
  • New AI Slash Commands — type / in chat for /explain, /fix, /test, /docs, /refactor, /review with arrow key navigation
  • Fix HTML preview showing blank white screen — switched from blob URL to srcdoc for Electron compatibility
  • Fix HTML editor pane not rendering — missing height on editor container
v0.3.4
March 2026
  • New Zen Mode — distraction-free full-screen editing
  • New Sticky Scroll — keeps scope context visible while scrolling through large files
  • New Text Transforms — quick case and formatting changes (UPPER, lower, Title, camelCase, snake_case)
  • New Sort Lines — alphabetically sort selected lines
  • New Trim Whitespace — strip trailing spaces from the current file
  • New Join Lines — merge selected lines into one
  • New Go to Definition & Peek Definition — symbol navigation without leaving the file
  • New Bracket Jump — jump to matching bracket
  • New Markdown Preview — side-by-side rendered preview for .md files
  • New Bookmarks — mark and navigate important lines across files
  • New Pin Tabs — keep frequently used files pinned in the tab bar
  • New Drag-and-Drop File Open — drag files from the OS into the editor
  • New Notifications Panel — centralized alerts and system messages
  • New Font Family Setting — customize the editor font from Settings
  • New Emmet Toggle — enable or disable Emmet abbreviation support
  • New Expanded Command Palette — 36+ new actions across editor and IDE workflows
v0.3.3
March 2026
  • New Request History — API client logs every request; click to restore method + URL
  • New Environment Variables — define {{VAR}} per environment, substituted in URL, headers & body
  • New Saved Collections — save and restore full request state (method, URL, auth, headers, body)
  • New AI Commit Messages — generate commit messages from staged diff using your active AI provider
  • New Diff Viewer Tab — side-by-side Monaco diff for any changed file via Git panel
  • New Live HTML Preview — split editor 50/50 with an iframe preview for .html files
  • New Snippet Library — create, search, and insert code snippets from the sidebar
  • New WebSocket Client — toggle API client to WS mode, connect, send & view live message log
  • New Activity Timeline — Dashboard shows last 30 events: opens, saves, commits, API requests, AI messages
  • New Custom Keybindings — rebind any shortcut in Settings; click chip, press new key combo
v0.3.2
March 2026
  • 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