@mayrlabs/toolkit
v0.1.0
Published
DevToolkit CLI to manage and run the local developer toolkit web interface.
Maintainers
Readme
@mayrlabs/toolkit
DevToolkit CLI to manage and run the local developer toolkit web interface.
This is the primary gateway for users interacting with DevToolkit.
Installation
Ephemeral Usage (NPX)
You can run the toolkit without installing anything permanently:
npx @mayrlabs/toolkit@latestGlobal Installation
npm install -g @mayrlabs/toolkitCommands
Once installed globally, use the toolkit command-line utility. (Alternatively, you can preface any of these with npx @mayrlabs/toolkit):
toolkitortoolkit start- Starts the local server, opens the dashboard, and automatically installs the latest web runtime if it isn't currently detected locally.toolkit stop- Stops the actively running local background server.toolkit daemon- Runs the server independently in background daemon mode.toolkit versions- Opens an interactive prompt allowing you to seamlessly manage, switch, or clean up any downloaded toolkit web versions.toolkit install {version}- Unconditionally installs a specific version of the web toolkit from npm to~/.mayrlabs/toolkit/runtime/.toolkit update- Updates the CLI and detects missing dependencies.
Security & Privacy Model
This runs strictly on localhost relying solely on downloaded local runtime files fetched directly from NPM. It collects zero metrics, triggers zero internet pings post-installation, and protects developer data completely safely on-machine.
License
MIT License.
