Keep the source
Every snippet is a Git repository. Review it, version it, and know exactly what will run.
{{ code }}
A tiny registry for useful code
Keep the scripts you trust under version control, then call them from any machine with one memorable command.
$ curl -fsSL https://install.snippets.run | sh
$ run snippets/hello.js
Hello from snippets.run
No more mystery files
Every snippet is a Git repository. Review it, version it, and know exactly what will run.
Install the runner once. Use the same command on your laptop, a server, or a fresh environment.
Use owner-qualified names to make trusted utilities discoverable to your team and community.
Two-minute setup
Publish
Publishing is deliberately simple: the creation workflow is itself a runnable snippet.
Install the native runner to publish from your terminal.
Follow the prompts to connect and publish your Git repository.
Your immutable snippet can now be called by owner and repository name.
Registry browser
Look up an owner to inspect their public, runnable repositories.
Reading the registry...
{{ error }}
This owner has no runnable repositories.
Fetching the source...
{{ error }}
Back to owner{{ snippet.type }} snippet
{{ snippet.script }}
Opening workspace...
{{ error }}
Private staging workspace
404