Skip to content
Download

Get Jx Studio.

A free, open-source visual IDE that builds real websites and saves everything as plain files you keep forever. Download the desktop app, or install via the terminal.

🍎

macOS

Signed & notarized. Apple Silicon, macOS 12 or later.

Apple Silicon

🪟

Windows

Unsigned installer, so Windows SmartScreen warns on first run. Windows 10 or later, x64.

Download .msi

🐧

Linux

Portable archive. Runs on most modern distros.

x64 ARM64

Looking for a specific version, checksums, or the full list of builds? See all releases on GitHub .

On NixOS the same app is built from source with nix run github:jxsuite/jx/release . See Install .

For developers

Rather work from the terminal?

Scaffold a project and run it locally with live reload from your own machine. For the visual editor, use the Studio desktop app above.

$

bun create @jxsuite my-site
$ cd my-site && bun run dev

Read the quickstart