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.
🪟
Windows
Unsigned installer — Windows SmartScreen will warn on first run. Windows 10 or later, x64.
Looking for a specific version, checksums, or the full list of builds? See all releases on GitHub .
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