Simple tool distribution
Permanent URLs for your scripts and tools. Version management without the complexity.
Permanent URLs
Every version gets a permanent, immutable URL. Link to @latest for the newest version, or pin to a specific version for stability.
Version Management
Semantic versioning with tags. Publish new versions without breaking existing users. Roll back instantly if needed.
Integrity Verification
Every file includes SRI hashes. Verify integrity automatically with subresource integrity in browsers.
Fast CDN
Global edge caching ensures your tools load quickly from anywhere in the world.
CLI & API
Publish from the command line or integrate with CI/CD pipelines. Full API access for automation.
AI-Ready
Each tool includes llm.txt for AI integration. Let language models understand and use your tools.
How It Works
Publishing a tool is simple. Create a tool, upload your files, and you're live.
# Install the CLI
curl -sS https://get.tool.ab0t.com/p/registry-tools/meta/install.sh | bash
# Authenticate
get-tool auth login
# Publish your tool
get-tool publish my-tool ./dist/
Your tool is now available at a permanent URL:
https://get.tool.ab0t.com/p/my-tool/@latest/script.js
https://get.tool.ab0t.com/p/my-tool/@1.0.0/script.js
URL Structure
Every tool follows a predictable URL pattern:
# Latest version (alias)
/p/{tool}/@latest/{file}
# Specific version (immutable)
/p/{tool}/@{version}/{file}
# Metadata
/p/{tool}/meta.json
/p/{tool}/meta/readme.md
/p/{tool}/meta/llm.txt
Why get.tool?
We built get.tool because distributing simple scripts shouldn't require complex infrastructure. Whether you're sharing a utility script with your team or publishing an open-source library, you deserve a reliable way to distribute your work.
No build systems. No package managers. Just permanent URLs that work.
Ready to get started?
Create an account and publish your first tool in minutes.
Get Started Browse Tools