Audio
π MCP Fusion Makes AI Tool Backends Safer
π¦ vinkius-labs/mcp-fusion
MCP Fusion is an open-source TypeScript framework for building services that AI assistants can call through MCP (a standard for connecting AI to tools and data). It solves a common problem: many AI tool integrations send raw app data directly, which can leak sensitive fields, overwhelm the AI with too much information, and cause wrong or costly retries. MCP Fusion adds a structured layer between your data and the AI that validates responses, removes undeclared fields, attaches clear rules, and suggests what action to take next. That makes AI-driven apps more reliable, safer, and easier to maintain, while letting developers focus on core business logic instead of repetitive plumbing.
π https://github.com/vinkius-labs/mcp-fusion
π° https://news.ycombinator.com/item?id=47157454
π’ @hackernewsgithubprojects
π¦ vinkius-labs/mcp-fusion
MCP Fusion is an open-source TypeScript framework for building services that AI assistants can call through MCP (a standard for connecting AI to tools and data). It solves a common problem: many AI tool integrations send raw app data directly, which can leak sensitive fields, overwhelm the AI with too much information, and cause wrong or costly retries. MCP Fusion adds a structured layer between your data and the AI that validates responses, removes undeclared fields, attaches clear rules, and suggests what action to take next. That makes AI-driven apps more reliable, safer, and easier to maintain, while letting developers focus on core business logic instead of repetitive plumbing.
π https://github.com/vinkius-labs/mcp-fusion
π° https://news.ycombinator.com/item?id=47157454
π’ @hackernewsgithubprojects
Audio
π Stop Clicking, Start Testing with Venom
π¦ ovh/venom
Venom is an open-source command-line tool for checking whether the parts of a software system work together correctly. Instead of clicking through tests by hand, teams write test scenarios in simple YAML text files, then Venom runs steps such as scripts, website or API requests, email checks, and database queries, and compares the results to expected outcomes. It solves the problem of slow, repetitive integration testing by making tests easy to read, reuse, and run automatically in build pipelines. This is useful because it catches breakages earlier, documents expected behavior, and helps developers and operations teams share the same test process.
π https://github.com/ovh/venom
π° https://news.ycombinator.com/item?id=47157496
π’ @hackernewsgithubprojects
π¦ ovh/venom
Venom is an open-source command-line tool for checking whether the parts of a software system work together correctly. Instead of clicking through tests by hand, teams write test scenarios in simple YAML text files, then Venom runs steps such as scripts, website or API requests, email checks, and database queries, and compares the results to expected outcomes. It solves the problem of slow, repetitive integration testing by making tests easy to read, reuse, and run automatically in build pipelines. This is useful because it catches breakages earlier, documents expected behavior, and helps developers and operations teams share the same test process.
π https://github.com/ovh/venom
π° https://news.ycombinator.com/item?id=47157496
π’ @hackernewsgithubprojects
Audio
π Pantalk: One Chat Bridge for AI Agents
π¦ pantalk/pantalk
Pantalk is an open-source tool that helps AI assistants talk to people across many chat apps from one place. Instead of building a separate connection for Slack, Discord, Telegram, WhatsApp, and others, developers run Pantalk locally and use one simple interface to send messages, read history, and watch new events. It also stores conversations so an agent can keep context after restarts. This solves the messy problem of juggling different chat APIs and connection rules. Pantalk is useful because it lets teams put one AI agent on multiple platforms faster, with less custom setup and fewer moving parts to maintain.
π https://github.com/pantalk/pantalk
π° https://news.ycombinator.com/item?id=47158300
π’ @hackernewsgithubprojects
π¦ pantalk/pantalk
Pantalk is an open-source tool that helps AI assistants talk to people across many chat apps from one place. Instead of building a separate connection for Slack, Discord, Telegram, WhatsApp, and others, developers run Pantalk locally and use one simple interface to send messages, read history, and watch new events. It also stores conversations so an agent can keep context after restarts. This solves the messy problem of juggling different chat APIs and connection rules. Pantalk is useful because it lets teams put one AI agent on multiple platforms faster, with less custom setup and fewer moving parts to maintain.
π https://github.com/pantalk/pantalk
π° https://news.ycombinator.com/item?id=47158300
π’ @hackernewsgithubprojects
Audio
π Turn Your Mac Into a Smarter Workspace
π¦ asmvik/yabai
yabai is a free tool for macOS that automatically arranges app windows into a clean, organized layout, so you spend less time dragging and resizing everything by hand. It acts like a smarter window manager: you can control windows, virtual desktops (Spaces), and multiple monitors from the keyboard, and set custom shortcuts for quick moves and switches. This solves the common problem of desktop clutter when many apps are open, especially on smaller screens or busy setups. It is useful because it helps people stay focused, work faster, and create a consistent workspace that matches how they prefer to work.
π https://github.com/asmvik/yabai
π° https://news.ycombinator.com/item?id=47158333
π’ @hackernewsgithubprojects
π¦ asmvik/yabai
yabai is a free tool for macOS that automatically arranges app windows into a clean, organized layout, so you spend less time dragging and resizing everything by hand. It acts like a smarter window manager: you can control windows, virtual desktops (Spaces), and multiple monitors from the keyboard, and set custom shortcuts for quick moves and switches. This solves the common problem of desktop clutter when many apps are open, especially on smaller screens or busy setups. It is useful because it helps people stay focused, work faster, and create a consistent workspace that matches how they prefer to work.
π https://github.com/asmvik/yabai
π° https://news.ycombinator.com/item?id=47158333
π’ @hackernewsgithubprojects
Audio
π Turn AI Coding Plans Into Clickable Reviews
π¦ backnotprop/plannotator
Plannotator is an open-source tool that opens AI coding plans in a browser so people can review them visually before the AI starts making changes. Instead of reading long plans in a terminal and sending vague feedback, you can highlight text, add comments, suggest replacements, compare revised versions, and approve or request changes with one click. It also supports sharing reviews by link and reviewing code changes, not just plans. This helps individuals and teams catch mistakes earlier, give clearer feedback, and stay in control of what an AI assistant does next.
π https://github.com/backnotprop/plannotator
π° https://news.ycombinator.com/item?id=47159020
π’ @hackernewsgithubprojects
π¦ backnotprop/plannotator
Plannotator is an open-source tool that opens AI coding plans in a browser so people can review them visually before the AI starts making changes. Instead of reading long plans in a terminal and sending vague feedback, you can highlight text, add comments, suggest replacements, compare revised versions, and approve or request changes with one click. It also supports sharing reviews by link and reviewing code changes, not just plans. This helps individuals and teams catch mistakes earlier, give clearer feedback, and stay in control of what an AI assistant does next.
π https://github.com/backnotprop/plannotator
π° https://news.ycombinator.com/item?id=47159020
π’ @hackernewsgithubprojects
Audio
π Replay What Slowed Your Postgres Down
π¦ nikolays/pg_ash
pg_ash is an open-source tool for PostgreSQL that keeps a lightweight history of what your database was doing over time. PostgreSQL usually shows what is happening right now, but not what happened during a slowdown an hour ago. pg_ash fixes that by taking small, frequent snapshots and storing them in tables you can query with normal SQL. It is especially useful on managed cloud databases because it installs as SQL scripts, without special server extensions or restarts. That makes it easier for teams to investigate performance problems, spot heavy queries, and understand bottlenecks, while keeping storage and maintenance needs low.
π https://github.com/NikolayS/pg_ash
π° https://news.ycombinator.com/item?id=47159132
π’ @hackernewsgithubprojects
π¦ nikolays/pg_ash
pg_ash is an open-source tool for PostgreSQL that keeps a lightweight history of what your database was doing over time. PostgreSQL usually shows what is happening right now, but not what happened during a slowdown an hour ago. pg_ash fixes that by taking small, frequent snapshots and storing them in tables you can query with normal SQL. It is especially useful on managed cloud databases because it installs as SQL scripts, without special server extensions or restarts. That makes it easier for teams to investigate performance problems, spot heavy queries, and understand bottlenecks, while keeping storage and maintenance needs low.
π https://github.com/NikolayS/pg_ash
π° https://news.ycombinator.com/item?id=47159132
π’ @hackernewsgithubprojects
Audio
π Build AI Assistants in Ruby Without the Plumbing
π¦ adham90/ruby_llm-agents
ruby_llm-agents is an open-source Ruby on Rails toolkit for building and running AI assistants inside a web app. Instead of wiring together model calls, logging, error handling, and cost tracking by hand, it gives developers a ready-made framework with guardrails. It can retry failed requests, switch to backup models, track usage and spending, and show activity in a built-in dashboard. It also supports conversations, file inputs like images and PDFs, and different AI providers. This is useful for teams moving from AI demos to real products because it makes AI features more reliable, easier to monitor, and safer to operate.
π https://github.com/adham90/ruby_llm-agents
π° https://news.ycombinator.com/item?id=47160192
π’ @hackernewsgithubprojects
π¦ adham90/ruby_llm-agents
ruby_llm-agents is an open-source Ruby on Rails toolkit for building and running AI assistants inside a web app. Instead of wiring together model calls, logging, error handling, and cost tracking by hand, it gives developers a ready-made framework with guardrails. It can retry failed requests, switch to backup models, track usage and spending, and show activity in a built-in dashboard. It also supports conversations, file inputs like images and PDFs, and different AI providers. This is useful for teams moving from AI demos to real products because it makes AI features more reliable, easier to monitor, and safer to operate.
π https://github.com/adham90/ruby_llm-agents
π° https://news.ycombinator.com/item?id=47160192
π’ @hackernewsgithubprojects
Audio
π Turn One Goal Into a Working App
π¦ sandgardenhq/sgai
Sgai is a local tool that helps people build software by describing the result they want instead of managing every coding step. You set a goal, and a group of AI agents (like a builder, reviewer, and designer) plans the work, asks follow-up questions, writes code, and runs checks such as tests before marking it done. A visual dashboard shows the plan and progress, so the process is not hidden. It solves the problem of messy AI coding chats and unclear outcomes. It is useful because people stay in control, can verify work actually passes checks, and keep their code on their own machine.
π https://github.com/sandgardenhq/sgai
π° https://news.ycombinator.com/item?id=47153941
π’ @hackernewsgithubprojects
π¦ sandgardenhq/sgai
Sgai is a local tool that helps people build software by describing the result they want instead of managing every coding step. You set a goal, and a group of AI agents (like a builder, reviewer, and designer) plans the work, asks follow-up questions, writes code, and runs checks such as tests before marking it done. A visual dashboard shows the plan and progress, so the process is not hidden. It solves the problem of messy AI coding chats and unclear outcomes. It is useful because people stay in control, can verify work actually passes checks, and keep their code on their own machine.
π https://github.com/sandgardenhq/sgai
π° https://news.ycombinator.com/item?id=47153941
π’ @hackernewsgithubprojects
Audio
π SimpleTalk: A Friendlier Way to Build Interactive Ideas
π¦ dkrasner/simpletalk
SimpleTalk is an experimental project that explores a friendlier way to build software, inspired by older systems like HyperCard and Smalltalk. Instead of focusing on polished apps first, it provides an authoring environment where people can create and organize interactive pages (called stacks) and save them as regular HTML snapshot files. This helps address a common problem in personal computing: many tools make creating things feel technical and fragmented. SimpleTalk is useful as a research prototype because it shows how documentation, examples, and the working environment can live together, making ideas easier to test, teach, and improve.
π https://github.com/dkrasner/Simpletalk
π° https://news.ycombinator.com/item?id=47160684
π’ @hackernewsgithubprojects
π¦ dkrasner/simpletalk
SimpleTalk is an experimental project that explores a friendlier way to build software, inspired by older systems like HyperCard and Smalltalk. Instead of focusing on polished apps first, it provides an authoring environment where people can create and organize interactive pages (called stacks) and save them as regular HTML snapshot files. This helps address a common problem in personal computing: many tools make creating things feel technical and fragmented. SimpleTalk is useful as a research prototype because it shows how documentation, examples, and the working environment can live together, making ideas easier to test, teach, and improve.
π https://github.com/dkrasner/Simpletalk
π° https://news.ycombinator.com/item?id=47160684
π’ @hackernewsgithubprojects
Audio
π Where CSS Rules Are Written
π¦ w3c/csswg-drafts
This repository is the working home for the W3C CSS Working Groupβs draft specifications, the documents that define how CSS features should behave in web browsers. Instead of scattered notes and private discussions, it gives browser makers, web developers, and standards editors one shared place to write proposals, review changes, report problems, and track decisions. That helps reduce inconsistencies between browsers and makes new CSS features easier to understand and test before they are widely released. It is useful because the rules behind everyday web styling are developed openly here, which improves compatibility and makes the web more reliable for everyone.
π https://github.com/w3c/csswg-drafts
π° https://news.ycombinator.com/item?id=47160864
π’ @hackernewsgithubprojects
π¦ w3c/csswg-drafts
This repository is the working home for the W3C CSS Working Groupβs draft specifications, the documents that define how CSS features should behave in web browsers. Instead of scattered notes and private discussions, it gives browser makers, web developers, and standards editors one shared place to write proposals, review changes, report problems, and track decisions. That helps reduce inconsistencies between browsers and makes new CSS features easier to understand and test before they are widely released. It is useful because the rules behind everyday web styling are developed openly here, which improves compatibility and makes the web more reliable for everyone.
π https://github.com/w3c/csswg-drafts
π° https://news.ycombinator.com/item?id=47160864
π’ @hackernewsgithubprojects
Audio
π One Toolkit for Every Document Task
π¦ adithya-s-k/omnidocs
OmniDocs is an open-source Python toolkit that helps people and teams pull useful information from documents like PDFs, scans, and images using one simple interface. Instead of stitching together separate tools for OCR, layout detection, table parsing, and structured data extraction, OmniDocs lets you swap models or cloud providers without rewriting your code. It supports local GPU setups and cloud APIs, so it can fit both experiments and production workflows. This is useful for building apps that read invoices, reports, forms, and research papers faster, with more consistent outputs and less engineering work spent on integration.
π https://github.com/adithya-s-k/Omnidocs
π° https://news.ycombinator.com/item?id=47154193
π’ @hackernewsgithubprojects
π¦ adithya-s-k/omnidocs
OmniDocs is an open-source Python toolkit that helps people and teams pull useful information from documents like PDFs, scans, and images using one simple interface. Instead of stitching together separate tools for OCR, layout detection, table parsing, and structured data extraction, OmniDocs lets you swap models or cloud providers without rewriting your code. It supports local GPU setups and cloud APIs, so it can fit both experiments and production workflows. This is useful for building apps that read invoices, reports, forms, and research papers faster, with more consistent outputs and less engineering work spent on integration.
π https://github.com/adithya-s-k/Omnidocs
π° https://news.ycombinator.com/item?id=47154193
π’ @hackernewsgithubprojects
Audio
π Learn AI by Building It
π¦ deeptrackai/deeplearningcrashcourse
This repository is a free set of chapter-by-chapter Jupyter notebooks that accompanies the book Deep Learning Crash Course. It guides learners from simple neural networks to newer AI methods through hands-on projects, without requiring advanced math or a research background. The main problem it solves is the gap between theory-heavy explanations and practical learning: it shows how to build and test models step by step. With organized chapters covering images, text, forecasting, image generation, game-playing, and more, it gives beginners, students, and working professionals a clear path to practice real code, understand what each approach is for, and build confidence with modern AI tools.
π https://github.com/DeepTrackAI/DeepLearningCrashCourse
π° https://news.ycombinator.com/item?id=47161572
π’ @hackernewsgithubprojects
π¦ deeptrackai/deeplearningcrashcourse
This repository is a free set of chapter-by-chapter Jupyter notebooks that accompanies the book Deep Learning Crash Course. It guides learners from simple neural networks to newer AI methods through hands-on projects, without requiring advanced math or a research background. The main problem it solves is the gap between theory-heavy explanations and practical learning: it shows how to build and test models step by step. With organized chapters covering images, text, forecasting, image generation, game-playing, and more, it gives beginners, students, and working professionals a clear path to practice real code, understand what each approach is for, and build confidence with modern AI tools.
π https://github.com/DeepTrackAI/DeepLearningCrashCourse
π° https://news.ycombinator.com/item?id=47161572
π’ @hackernewsgithubprojects
Audio
π Apple Intelligence, Now in Python
π¦ apple/python-apple-fm-sdk
This repository is Appleβs Python toolkit for using the on-device language model behind Apple Intelligence on a Mac. Instead of building everything in Swift, developers and data teams can script prompts, run many tests, stream responses, and check output quality from Python, which is often faster for experiments and analysis. It also supports guided responses, so apps can ask for answers in a specific format. In plain terms, it helps people prototype and evaluate AI features for Apple apps without sending data to the cloud. That makes it useful for local testing, privacy-sensitive workflows, and comparing model behavior before shipping an app.
π https://github.com/apple/python-apple-fm-sdk
π° https://news.ycombinator.com/item?id=47161249
π’ @hackernewsgithubprojects
π¦ apple/python-apple-fm-sdk
This repository is Appleβs Python toolkit for using the on-device language model behind Apple Intelligence on a Mac. Instead of building everything in Swift, developers and data teams can script prompts, run many tests, stream responses, and check output quality from Python, which is often faster for experiments and analysis. It also supports guided responses, so apps can ask for answers in a specific format. In plain terms, it helps people prototype and evaluate AI features for Apple apps without sending data to the cloud. That makes it useful for local testing, privacy-sensitive workflows, and comparing model behavior before shipping an app.
π https://github.com/apple/python-apple-fm-sdk
π° https://news.ycombinator.com/item?id=47161249
π’ @hackernewsgithubprojects
Audio
π Before You Build, Get a Reality Check
π¦ mnemox-ai/idea-reality-mcp
Idea Reality MCP is a small add-on for AI coding assistants that checks whether a project idea is already crowded before you start building. You give it a plain-language idea, and it searches places like GitHub, Hacker News, npm, PyPI, and Product Hunt, then returns a simple 0-100 "reality signal," examples of similar projects, and suggestions for how to stand out. It solves a common problem: spending hours building something only to learn many versions already exist. This is useful for founders, hobbyists, and teams because it adds a quick reality check inside the coding workflow, helping them research earlier, avoid duplicate work, and choose better ideas or sharper niches.
π https://github.com/mnemox-ai/idea-reality-mcp
π° https://news.ycombinator.com/item?id=47140335
π’ @hackernewsgithubprojects
π¦ mnemox-ai/idea-reality-mcp
Idea Reality MCP is a small add-on for AI coding assistants that checks whether a project idea is already crowded before you start building. You give it a plain-language idea, and it searches places like GitHub, Hacker News, npm, PyPI, and Product Hunt, then returns a simple 0-100 "reality signal," examples of similar projects, and suggestions for how to stand out. It solves a common problem: spending hours building something only to learn many versions already exist. This is useful for founders, hobbyists, and teams because it adds a quick reality check inside the coding workflow, helping them research earlier, avoid duplicate work, and choose better ideas or sharper niches.
π https://github.com/mnemox-ai/idea-reality-mcp
π° https://news.ycombinator.com/item?id=47140335
π’ @hackernewsgithubprojects
Audio
π AI Agents That Keep Working After You Log Off
π¦ rightnow-ai/openfang
OpenFang is an open-source app for running AI assistants as always-on workers, not just chatbots you talk to one prompt at a time. It bundles setup, scheduling, tools, safety checks, and a dashboard into one program, so people can launch agents that research topics, monitor websites, find sales leads, automate browser tasks, manage social posts, or clip videos. It solves the headache of stitching together many separate AI tools, scripts, and services just to automate repetitive work. OpenFang is useful because it gives one place to run and monitor these jobs, with built-in approvals and guardrails for sensitive actions while still allowing customization.
π https://github.com/RightNow-AI/openfang
π° https://news.ycombinator.com/item?id=47160246
π’ @hackernewsgithubprojects
π¦ rightnow-ai/openfang
OpenFang is an open-source app for running AI assistants as always-on workers, not just chatbots you talk to one prompt at a time. It bundles setup, scheduling, tools, safety checks, and a dashboard into one program, so people can launch agents that research topics, monitor websites, find sales leads, automate browser tasks, manage social posts, or clip videos. It solves the headache of stitching together many separate AI tools, scripts, and services just to automate repetitive work. OpenFang is useful because it gives one place to run and monitor these jobs, with built-in approvals and guardrails for sensitive actions while still allowing customization.
π https://github.com/RightNow-AI/openfang
π° https://news.ycombinator.com/item?id=47160246
π’ @hackernewsgithubprojects
Audio
π PgDog: A Traffic Cop for PostgreSQL Growth
π¦ pgdogdev/pgdog
PgDog is an open-source tool that sits in front of PostgreSQL databases and helps them handle more traffic without forcing teams to rewrite their apps. It works like a smart traffic manager: it reuses database connections, spreads requests across servers, and can split data across multiple database machines when one server is no longer enough. This solves common scaling problems like slowdowns, too many simultaneous connections, and painful database growth. It is useful because apps can keep using standard PostgreSQL tools while PgDog handles the routing behind the scenes, improving speed, reliability, and room to grow with less operational effort.
π https://github.com/pgdogdev/pgdog
π° https://news.ycombinator.com/item?id=47123631
π’ @hackernewsgithubprojects
π¦ pgdogdev/pgdog
PgDog is an open-source tool that sits in front of PostgreSQL databases and helps them handle more traffic without forcing teams to rewrite their apps. It works like a smart traffic manager: it reuses database connections, spreads requests across servers, and can split data across multiple database machines when one server is no longer enough. This solves common scaling problems like slowdowns, too many simultaneous connections, and painful database growth. It is useful because apps can keep using standard PostgreSQL tools while PgDog handles the routing behind the scenes, improving speed, reliability, and room to grow with less operational effort.
π https://github.com/pgdogdev/pgdog
π° https://news.ycombinator.com/item?id=47123631
π’ @hackernewsgithubprojects
Audio
π Wireshark, But Much Easier in Your Terminal
π¦ vignesh07/babyshark
Babyshark is a terminal-based tool for exploring network traffic captures (PCAP files) without needing to be a Wireshark expert. It turns raw traffic into a guided, easier-to-read interface with summaries, top hosts and ports, domain-based views, and a βWhatβs weird?β section that highlights suspicious or broken patterns. It can also watch live traffic when paired with tshark, the command-line part of Wireshark. This helps developers, IT staff, and curious users quickly answer practical questions like what is using the network, what seems slow or broken, and where to investigate next, all from a fast keyboard-friendly interface.
π https://github.com/vignesh07/babyshark
π° https://news.ycombinator.com/item?id=47128535
π’ @hackernewsgithubprojects
π¦ vignesh07/babyshark
Babyshark is a terminal-based tool for exploring network traffic captures (PCAP files) without needing to be a Wireshark expert. It turns raw traffic into a guided, easier-to-read interface with summaries, top hosts and ports, domain-based views, and a βWhatβs weird?β section that highlights suspicious or broken patterns. It can also watch live traffic when paired with tshark, the command-line part of Wireshark. This helps developers, IT staff, and curious users quickly answer practical questions like what is using the network, what seems slow or broken, and where to investigate next, all from a fast keyboard-friendly interface.
π https://github.com/vignesh07/babyshark
π° https://news.ycombinator.com/item?id=47128535
π’ @hackernewsgithubprojects
Audio
π Turn Windows Search Into Lightning Search
π¦ pinchtodebug/everythingquicksearch
Everything Quick Search is a small Windows app that replaces the normal Start menu search with much faster file and folder search powered by the Everything search engine. It is designed for people who feel Windows search is slow, misses results, or takes too many clicks. After setup, you can search from the Start menu, move through results with simple keyboard shortcuts, switch categories, and open files quickly. This makes everyday tasks like finding downloads, documents, and folders much faster. It is especially useful for users who work with lots of files and want a smoother, faster way to find things.
π https://github.com/PinchToDebug/EverythingQuickSearch
π° https://news.ycombinator.com/item?id=47133425
π’ @hackernewsgithubprojects
π¦ pinchtodebug/everythingquicksearch
Everything Quick Search is a small Windows app that replaces the normal Start menu search with much faster file and folder search powered by the Everything search engine. It is designed for people who feel Windows search is slow, misses results, or takes too many clicks. After setup, you can search from the Start menu, move through results with simple keyboard shortcuts, switch categories, and open files quickly. This makes everyday tasks like finding downloads, documents, and folders much faster. It is especially useful for users who work with lots of files and want a smoother, faster way to find things.
π https://github.com/PinchToDebug/EverythingQuickSearch
π° https://news.ycombinator.com/item?id=47133425
π’ @hackernewsgithubprojects
Audio
π Send Secrets That Self-Destruct
π¦ umputun/secrets
Safe Secrets is a small web app and API you can run yourself to share passwords, notes, or files through one-time links. Instead of sending sensitive info in chat or email where it can sit forever, it creates a link plus a PIN, lets you set an expiry time, and destroys the secret after it is opened or expires. This solves the common problem of passing credentials in a safer, simpler way without heavyweight security tools. It is useful for teams, admins, and everyday users, and it supports a browser interface, file uploads, and automation through an API.
π https://github.com/umputun/secrets
π° https://news.ycombinator.com/item?id=47146243
π’ @hackernewsgithubprojects
π¦ umputun/secrets
Safe Secrets is a small web app and API you can run yourself to share passwords, notes, or files through one-time links. Instead of sending sensitive info in chat or email where it can sit forever, it creates a link plus a PIN, lets you set an expiry time, and destroys the secret after it is opened or expires. This solves the common problem of passing credentials in a safer, simpler way without heavyweight security tools. It is useful for teams, admins, and everyday users, and it supports a browser interface, file uploads, and automation through an API.
π https://github.com/umputun/secrets
π° https://news.ycombinator.com/item?id=47146243
π’ @hackernewsgithubprojects
Audio
π Run Bash Safely Without a VM
π¦ butter-dot-dev/bvisor
bVisor is an open-source tool that lets apps and AI agents run Bash commands on a Linux machine inside a fast local sandbox. Instead of starting a heavy virtual machine or container, it intercepts system calls and creates a controlled environment that can block risky actions and isolate file changes. This solves a common problem for coding tools and automation: they need to execute commands, but doing that directly on the host can be unsafe. bVisor is useful because it aims to be lightweight, quick to start, and easy to embed in an application through an SDK, while still reducing the risk of damaging the real system.
π https://github.com/butter-dot-dev/bVisor
π° https://news.ycombinator.com/item?id=47125966
π’ @hackernewsgithubprojects
π¦ butter-dot-dev/bvisor
bVisor is an open-source tool that lets apps and AI agents run Bash commands on a Linux machine inside a fast local sandbox. Instead of starting a heavy virtual machine or container, it intercepts system calls and creates a controlled environment that can block risky actions and isolate file changes. This solves a common problem for coding tools and automation: they need to execute commands, but doing that directly on the host can be unsafe. bVisor is useful because it aims to be lightweight, quick to start, and easy to embed in an application through an SDK, while still reducing the risk of damaging the real system.
π https://github.com/butter-dot-dev/bVisor
π° https://news.ycombinator.com/item?id=47125966
π’ @hackernewsgithubprojects