We use cookies to improve your browsing experience, analyze our site traffic, and serve ads through Google AdSense and other third-party advertisers. Advertising cookies are only used if you allow Marketing cookies.
key-amnesia lets AI coding agents use your passwords and API keys without ever seeing the values, injecting secrets into child processes and censoring them from command output before the agent can read it.
Bumblebee is Perplexity's open-source, read-only scanner that checks npm, PyPI, MCP configs, and editor/browser extensions on developer machines for known supply-chain compromises. It's a zero-dependency Go tool that never executes install scripts, making it safe for routine audits or incident response.
GitHub's official CLI extension for stacked pull requests, letting you break large changes into a chain of small reviewable PRs that stay rebased and linked automatically.
scriptc is a TypeScript-to-native compiler from Vercel Labs that produces small, self-contained executables without bundling Node or a JavaScript engine. Ordinary TypeScript is type-checked by tsc and compiled through LLVM to native machine code that starts in milliseconds.
SigNoz is an open-source observability platform built natively on OpenTelemetry, unifying logs, traces, and metrics in one application. It's a self-hostable alternative to Datadog and New Relic for application performance monitoring.
An open-source, real-time dashboard for visualizing and analyzing network traffic across gateways like OpenWrt, Clash/Mihomo, and Surge.
Self-hosted database backup manager with a web UI. Schedule, backup, and restore MySQL, PostgreSQL, MongoDB, Redis and more to S3, SFTP, or local storage.
CLI and Go library for creating beautiful, shareable code and terminal screenshots with syntax highlighting, window chrome themes, and automatic secret redaction.
An open-source API platform with a modern OpenAPI/Swagger reference UI and a built-in REST API testing client, a popular alternative to Swagger UI.
An open-source, lightweight browser-based GUI for exploring and editing Postgres, MySQL, and SQLite databases.
A free, open-source API development ecosystem for building, testing, and documenting REST, GraphQL, WebSocket, and more, offered as a lightweight alternative to Postman and Insomnia.
Open-source, offline-first API client for exploring and testing APIs, with Git-friendly collection storage as plain files.
Find and remove unused files, dependencies, and exports in JavaScript and TypeScript projects. Keeps your codebase lean and reduces bundle size by identifying dead code.