Get Studio
Jx Studio is a desktop application. There is no hosted, sign-in version — you run it on your own machine, against your own files.
Download the app
Grab an installer for your platform from the latest release :
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | JxStudio.dmg |
| macOS (Intel) | JxStudio.dmg |
| Windows (x64) | JxStudio.msi |
| Linux (x64) | JxStudio.tar.gz |
The macOS builds are notarized, so they open without a Gatekeeper prompt. The Windows installer is not yet code-signed — SmartScreen will warn on first run; choose More info → Run anyway . The Download page has the same links plus checksums and release notes.
Once installed, open Studio and either create a new project , open an existing folder , or clone a repository — see Your first project .
Updating
Studio checks your project's
@jxsuite/*
dependencies against the version it ships with and offers to update them when they drift, and prompts when a newer release of the app itself is available.
For developers: scaffolding from a terminal
The visual editor only runs as the desktop app above — there's no way to install or serve Studio itself from a command line. If you'd rather generate a project's files from a terminal before opening them in Studio, see
CLI commands
for
bun create @jxsuite
and the
jx
CLI.
Next
Ready to build something? Continue to Your first project .