Studio
nautilus studio Create a web database editor, schema explorer, and query playground with the latest release of your schema and clients.
Command Surface
text
Usage: nautilus studio [OPTIONS]| Option | Meaning |
|---|---|
--update | Download the latest Studio release again before starting |
--uninstall | Remove the locally cached Studio release files |
Runtime Requirements
The current CLI implementation requires:
- Node.js
- npm
If either command is missing, nautilus studio fails early with an explicit runtime message.
What the Command Does
From the current upstream CLI implementation, nautilus studio:
- checks whether Node.js and npm exist
- looks up the latest release from nautilus-env/nautilus-orm-studio
- resolves the current platform asset named
nautilus-orm-studio-${tag}-${os}.zip - extracts the release under the local Nautilus data directory
- installs runtime dependencies with npm if
node_modulesis missing - launches the bundled Next.js app from the current project directory
Platform Asset Naming
The implementation currently expects one of:
windowslinuxmacos
inside the release asset name.
Common Commands
Start Studio:
bash
nautilus studioForce refresh from the latest release:
bash
nautilus studio --updateRemove the cached install:
bash
nautilus studio --uninstall