Spaces:
Runtime error
Runtime error
| { | |
| "_provenance": { | |
| "note": "CURATED binary registry — hand-editable, ships in the repo. Maps a binary name (the real one, after descending npx/uvx/etc.) to display metadata: product, one-line blurb, homepage, an optional `logo` (served from /binary-logos/<file>), an optional `security` note when the tool is sensitive, and `updated`. The background enricher NEVER writes here — it writes binaries.learned.json; curated wins on conflict. Add a tool by adding a key; no code change needed. `security` is surfaced as a warning badge in the UI.", | |
| "updated": "2026-06-06" | |
| }, | |
| "binaries": { | |
| "remotion": { "product": "Remotion", "blurb": "Make videos programmatically in React — render MP4s from components.", "homepage": "https://www.remotion.dev", "updated": "2026-06-06" }, | |
| "railway": { "product": "Railway CLI", "blurb": "Deploy and manage apps, databases and services on Railway.", "homepage": "https://railway.com", "security": "Deploys to production and reads/writes service variables (may include secrets).", "updated": "2026-06-06" }, | |
| "vercel": { "product": "Vercel CLI", "blurb": "Deploy and manage frontend apps and serverless functions on Vercel.", "homepage": "https://vercel.com", "security": "Deploys to production environments.", "updated": "2026-06-06" }, | |
| "netlify": { "product": "Netlify CLI", "blurb": "Build, deploy and manage sites and functions on Netlify.", "homepage": "https://www.netlify.com", "security": "Deploys to production environments.", "updated": "2026-06-06" }, | |
| "fly": { "product": "Fly.io (flyctl)", "blurb": "Deploy and run apps close to users on Fly.io's edge.", "homepage": "https://fly.io", "security": "Deploys to production infrastructure.", "updated": "2026-06-06" }, | |
| "heroku": { "product": "Heroku CLI", "blurb": "Deploy and manage apps and add-ons on the Heroku platform.", "homepage": "https://www.heroku.com", "security": "Deploys to production and manages config vars (secrets).", "updated": "2026-06-06" }, | |
| "wrangler": { "product": "Cloudflare Wrangler", "blurb": "Build and deploy Cloudflare Workers, Pages and edge services.", "homepage": "https://developers.cloudflare.com/workers/wrangler", "security": "Deploys to Cloudflare's edge and manages secrets.", "updated": "2026-06-06" }, | |
| "supabase": { "product": "Supabase CLI", "blurb": "Manage Supabase projects, databases, migrations and edge functions.", "homepage": "https://supabase.com", "security": "Connects to a production Postgres database and manages secrets.", "updated": "2026-06-06" }, | |
| "aws": { "product": "AWS CLI", "blurb": "Control Amazon Web Services from the command line.", "homepage": "https://aws.amazon.com/cli", "security": "Uses cloud credentials and can modify or destroy production infrastructure.", "updated": "2026-06-06" }, | |
| "gcloud": { "product": "Google Cloud CLI", "blurb": "Manage Google Cloud resources and services.", "homepage": "https://cloud.google.com/sdk/gcloud", "security": "Uses cloud credentials and can modify production infrastructure.", "updated": "2026-06-06" }, | |
| "az": { "product": "Azure CLI", "blurb": "Manage Microsoft Azure resources from the command line.", "homepage": "https://learn.microsoft.com/cli/azure", "security": "Uses cloud credentials and can modify production infrastructure.", "updated": "2026-06-06" }, | |
| "docker": { "product": "Docker", "blurb": "Build, run and ship applications in containers.", "homepage": "https://www.docker.com", "security": "Can run privileged containers and mount host paths.", "updated": "2026-06-06" }, | |
| "kubectl": { "product": "Kubernetes CLI", "blurb": "Control Kubernetes clusters and the workloads running on them.", "homepage": "https://kubernetes.io", "security": "Controls live clusters; can delete or expose production workloads.", "updated": "2026-06-06" }, | |
| "terraform": { "product": "Terraform", "blurb": "Provision and manage infrastructure as code.", "homepage": "https://www.terraform.io", "security": "Creates, changes and destroys real infrastructure.", "updated": "2026-06-06" }, | |
| "gh": { "product": "GitHub CLI", "blurb": "Work with GitHub — PRs, issues, releases and repos — from the terminal.", "homepage": "https://cli.github.com", "security": "Authenticated with repo write access.", "updated": "2026-06-06" }, | |
| "stripe": { "product": "Stripe CLI", "blurb": "Test and manage Stripe payments, webhooks and events locally.", "homepage": "https://stripe.com", "security": "Can use live payment API keys.", "updated": "2026-06-06" }, | |
| "ngrok": { "product": "ngrok", "blurb": "Expose a local server to the public internet over a secure tunnel.", "homepage": "https://ngrok.com", "security": "Exposes local services to the public internet.", "updated": "2026-06-06" }, | |
| "prisma": { "product": "Prisma", "blurb": "Type-safe ORM — model, migrate and query your database.", "homepage": "https://www.prisma.io", "security": "Runs migrations against a (possibly production) database.", "updated": "2026-06-06" }, | |
| "psql": { "product": "PostgreSQL client", "blurb": "Interactive terminal for running SQL against PostgreSQL.", "homepage": "https://www.postgresql.org", "security": "Direct read/write access to a database.", "updated": "2026-06-06" }, | |
| "sqlite3": { "product": "SQLite", "blurb": "Command-line shell for SQLite databases.", "homepage": "https://www.sqlite.org", "updated": "2026-06-06" }, | |
| "mongosh": { "product": "MongoDB Shell", "blurb": "Interactive shell for querying and administering MongoDB.", "homepage": "https://www.mongodb.com", "security": "Direct read/write access to a database.", "updated": "2026-06-06" }, | |
| "jest": { "product": "Jest", "blurb": "JavaScript testing framework with a focus on simplicity.", "homepage": "https://jestjs.io", "updated": "2026-06-06" }, | |
| "vitest": { "product": "Vitest", "blurb": "Fast unit-test framework powered by Vite.", "homepage": "https://vitest.dev", "updated": "2026-06-06" }, | |
| "playwright": { "product": "Playwright", "blurb": "Reliable end-to-end browser testing and automation.", "homepage": "https://playwright.dev", "updated": "2026-06-06" }, | |
| "cypress": { "product": "Cypress", "blurb": "End-to-end testing framework for web apps.", "homepage": "https://www.cypress.io", "updated": "2026-06-06" }, | |
| "tsc": { "product": "TypeScript Compiler", "blurb": "Type-check and compile TypeScript to JavaScript.", "homepage": "https://www.typescriptlang.org", "updated": "2026-06-06" }, | |
| "eslint": { "product": "ESLint", "blurb": "Find and fix problems in JavaScript/TypeScript code.", "homepage": "https://eslint.org", "updated": "2026-06-06" }, | |
| "prettier": { "product": "Prettier", "blurb": "Opinionated code formatter for many languages.", "homepage": "https://prettier.io", "updated": "2026-06-06" }, | |
| "vite": { "product": "Vite", "blurb": "Fast frontend build tool and dev server.", "homepage": "https://vitejs.dev", "updated": "2026-06-06" }, | |
| "next": { "product": "Next.js", "blurb": "The React framework for production web apps.", "homepage": "https://nextjs.org", "updated": "2026-06-06" }, | |
| "pytest": { "product": "pytest", "blurb": "Mature testing framework for Python.", "homepage": "https://pytest.org", "updated": "2026-06-06" }, | |
| "ruff": { "product": "Ruff", "blurb": "Extremely fast Python linter and formatter.", "homepage": "https://docs.astral.sh/ruff", "updated": "2026-06-06" }, | |
| "mypy": { "product": "mypy", "blurb": "Static type checker for Python.", "homepage": "https://www.mypy-lang.org", "updated": "2026-06-06" }, | |
| "pm2": { "product": "PM2", "blurb": "Production process manager for Node.js apps.", "homepage": "https://pm2.keymetrics.io", "security": "Manages long-running production processes.", "updated": "2026-06-06" }, | |
| "ffmpeg": { "product": "FFmpeg", "blurb": "Record, convert and stream audio and video.", "homepage": "https://ffmpeg.org", "updated": "2026-06-06" }, | |
| "n8n": { "product": "n8n", "blurb": "Workflow automation — connect apps and automate tasks (self-hostable).", "homepage": "https://n8n.io", "security": "Can trigger external integrations and actions.", "updated": "2026-06-06" }, | |
| "firebase": { "product": "Firebase CLI", "blurb": "Deploy and manage Firebase hosting, functions, Firestore and rules.", "homepage": "https://firebase.google.com", "security": "Deploys to production and manages live data/rules.", "updated": "2026-06-06" }, | |
| "convex": { "product": "Convex", "blurb": "Backend platform — deploy functions and a reactive database.", "homepage": "https://convex.dev", "security": "Deploys to production.", "updated": "2026-06-06" }, | |
| "pscale": { "product": "PlanetScale CLI", "blurb": "Manage PlanetScale (MySQL) databases and branches.", "homepage": "https://planetscale.com", "security": "Direct access to a production database.", "updated": "2026-06-06" }, | |
| "neonctl": { "product": "Neon CLI", "blurb": "Manage Neon serverless Postgres databases and branches.", "homepage": "https://neon.tech", "security": "Direct access to a production database.", "updated": "2026-06-06" }, | |
| "turso": { "product": "Turso CLI", "blurb": "Manage Turso (libSQL) edge databases.", "homepage": "https://turso.tech", "security": "Direct access to a production database.", "updated": "2026-06-06" }, | |
| "doctl": { "product": "DigitalOcean CLI", "blurb": "Manage DigitalOcean apps, droplets and Kubernetes.", "homepage": "https://www.digitalocean.com", "security": "Provisions and changes production infrastructure.", "updated": "2026-06-06" }, | |
| "render": { "product": "Render CLI", "blurb": "Manage Render services and deploys.", "homepage": "https://render.com", "security": "Deploys to production.", "updated": "2026-06-06" }, | |
| "helm": { "product": "Helm", "blurb": "The package manager for Kubernetes.", "homepage": "https://helm.sh", "security": "Installs and changes cluster workloads.", "updated": "2026-06-06" }, | |
| "ansible": { "product": "Ansible", "blurb": "Automate configuration and deployment across servers.", "homepage": "https://www.ansible.com", "security": "Configures and changes remote servers.", "updated": "2026-06-06" }, | |
| "pulumi": { "product": "Pulumi", "blurb": "Infrastructure as code in general-purpose languages.", "homepage": "https://www.pulumi.com", "security": "Creates, changes and destroys real infrastructure.", "updated": "2026-06-06" }, | |
| "serverless": { "product": "Serverless Framework", "blurb": "Deploy serverless functions to cloud providers.", "homepage": "https://www.serverless.com", "security": "Deploys to production.", "updated": "2026-06-06" }, | |
| "sst": { "product": "SST", "blurb": "Deploy full-stack apps to AWS.", "homepage": "https://sst.dev", "security": "Deploys to production AWS.", "updated": "2026-06-06" }, | |
| "eas": { "product": "EAS CLI", "blurb": "Build and submit Expo / React Native apps.", "homepage": "https://expo.dev", "security": "Publishes app builds.", "updated": "2026-06-06" }, | |
| "deno": { "product": "Deno", "blurb": "Secure runtime for JavaScript and TypeScript.", "homepage": "https://deno.com", "updated": "2026-06-06" }, | |
| "bun": { "product": "Bun", "blurb": "Fast all-in-one JavaScript runtime and toolkit.", "homepage": "https://bun.sh", "updated": "2026-06-06" }, | |
| "mysql": { "product": "MySQL client", "blurb": "Interactive client for MySQL / MariaDB.", "homepage": "https://www.mysql.com", "security": "Direct read/write access to a database.", "updated": "2026-06-06" }, | |
| "redis-cli": { "product": "Redis CLI", "blurb": "Interact with a Redis server.", "homepage": "https://redis.io", "security": "Direct read/write access to a datastore.", "updated": "2026-06-06" }, | |
| "cockroach": { "product": "CockroachDB CLI", "blurb": "Interact with a CockroachDB cluster.", "homepage": "https://www.cockroachlabs.com", "security": "Direct database access.", "updated": "2026-06-06" }, | |
| "dbt": { "product": "dbt", "blurb": "Transform data in your warehouse with SQL.", "homepage": "https://www.getdbt.com", "updated": "2026-06-06" }, | |
| "turbo": { "product": "Turborepo", "blurb": "High-performance build system for JS/TS monorepos.", "homepage": "https://turbo.build", "updated": "2026-06-06" }, | |
| "nx": { "product": "Nx", "blurb": "Smart, fast build system for monorepos.", "homepage": "https://nx.dev", "updated": "2026-06-06" }, | |
| "esbuild": { "product": "esbuild", "blurb": "Extremely fast JavaScript/TypeScript bundler.", "homepage": "https://esbuild.github.io", "updated": "2026-06-06" }, | |
| "glab": { "product": "GitLab CLI", "blurb": "Work with GitLab — MRs, issues, pipelines — from the terminal.", "homepage": "https://gitlab.com", "security": "Authenticated repo access.", "updated": "2026-06-06" }, | |
| "pandoc": { "product": "Pandoc", "blurb": "Universal document converter.", "homepage": "https://pandoc.org", "updated": "2026-06-06" }, | |
| "yt-dlp": { "product": "yt-dlp", "blurb": "Download video and audio from the web.", "homepage": "https://github.com/yt-dlp/yt-dlp", "updated": "2026-06-06" }, | |
| "llama-server": { "product": "llama.cpp server", "blurb": "Local OpenAI-compatible server for GGUF models (llama.cpp).", "homepage": "https://github.com/ggml-org/llama.cpp", "updated": "2026-06-06" }, | |
| "llama-cli": { "product": "llama.cpp", "blurb": "Run LLMs locally in C/C++ (llama.cpp).", "homepage": "https://github.com/ggml-org/llama.cpp", "updated": "2026-06-06" }, | |
| "ollama": { "product": "Ollama", "blurb": "Run large language models locally.", "homepage": "https://ollama.com", "updated": "2026-06-06" }, | |
| "hf": { "product": "Hugging Face CLI", "blurb": "Download/upload models, datasets and Spaces on Hugging Face.", "homepage": "https://huggingface.co", "security": "Authenticated — can push to the Hub.", "updated": "2026-06-06" }, | |
| "huggingface-cli": { "product": "Hugging Face CLI", "blurb": "Download/upload models, datasets and Spaces on Hugging Face.", "homepage": "https://huggingface.co", "security": "Authenticated — can push to the Hub.", "updated": "2026-06-06" }, | |
| "modal": { "product": "Modal", "blurb": "Run and deploy code and GPUs in the cloud.", "homepage": "https://modal.com", "security": "Runs and deploys code in the cloud.", "updated": "2026-06-06" }, | |
| "replicate": { "product": "Replicate CLI", "blurb": "Run and deploy ML models in the cloud.", "homepage": "https://replicate.com", "security": "Runs models in the cloud (API key).", "updated": "2026-06-06" }, | |
| "wandb": { "product": "Weights & Biases", "blurb": "Track ML experiments, datasets and models.", "homepage": "https://wandb.ai", "updated": "2026-06-06" }, | |
| "gradio": { "product": "Gradio", "blurb": "Build and share ML web demos in Python.", "homepage": "https://www.gradio.app", "updated": "2026-06-06" }, | |
| "streamlit": { "product": "Streamlit", "blurb": "Build data and ML apps in pure Python.", "homepage": "https://streamlit.io", "updated": "2026-06-06" }, | |
| "jupyter": { "product": "Jupyter", "blurb": "Interactive notebooks for code, data and ML.", "homepage": "https://jupyter.org", "updated": "2026-06-06" }, | |
| "mlflow": { "product": "MLflow", "blurb": "Manage the ML lifecycle — tracking, models, registry.", "homepage": "https://mlflow.org", "updated": "2026-06-06" }, | |
| "dvc": { "product": "DVC", "blurb": "Version control for data and ML models.", "homepage": "https://dvc.org", "updated": "2026-06-06" } | |
| } | |
| } | |