Quark IDE

[ remote dev environment / single binary ]

Terminal, file manager, and a full code editor — compiled into one binary you run from anywhere. Full control over your own LAN — no container, no install, no config wizard.

install

pick a method

NPX / NPM
$ npx quarkide -a your-password
$ npm i -g quarkide
windows
$ winget install quarkide
macos
$ brew install quarkide
Download
$ curl -fsSL https://quarkide.com/install.sh | sh
$ irm https://quarkide.com/install.ps1 | iex
reference

quarkide(1)

synopsis

quarkide [-p port] [-a password] [-c config]

options
-p, --port
Port to listen on. Default 1980.
-a, --auth
Access password. If also stored in the config file, the CLI value wins and overwrites it.
-c, --config
Path to a config file, or a directory containing one. Defaults to a file next to the binary.