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
Audio
π Transformers, Rebuilt for NVIDIA Speed
π¦ xaskasdf/ntransformer
nTransformer is an open-source project that rebuilds key parts of AI βtransformerβ models (the engine behind many chatbots and image tools) specifically for NVIDIA GPUs. Instead of relying only on general-purpose deep learning libraries, it uses low-level CUDA and custom kernels to make training and inference faster and more efficient. This helps developers and researchers squeeze more performance out of the same hardware, especially for large models where speed and memory use matter a lot. In short, it solves the problem of slow or inefficient transformer execution by providing optimized GPU code, making advanced AI workloads more practical and cost-effective.
π https://github.com/xaskasdf/ntransformer
π° https://news.ycombinator.com/item?id=47104667
π’ @hackernewsgithubprojects
π¦ xaskasdf/ntransformer
nTransformer is an open-source project that rebuilds key parts of AI βtransformerβ models (the engine behind many chatbots and image tools) specifically for NVIDIA GPUs. Instead of relying only on general-purpose deep learning libraries, it uses low-level CUDA and custom kernels to make training and inference faster and more efficient. This helps developers and researchers squeeze more performance out of the same hardware, especially for large models where speed and memory use matter a lot. In short, it solves the problem of slow or inefficient transformer execution by providing optimized GPU code, making advanced AI workloads more practical and cost-effective.
π https://github.com/xaskasdf/ntransformer
π° https://news.ycombinator.com/item?id=47104667
π’ @hackernewsgithubprojects
Audio
π A Cleaner Way to Read Hacker News on Mac
π¦ ironsidexxvi/hacker-news
This repository is a native macOS app for browsing Hacker News in a more comfortable, polished way than the website alone. It pulls in top stories, lets you open articles, and makes it easier to read comment threads and discussions from your desktop. The project solves a simple problem: Hacker News is useful, but the default reading experience can feel basic and cluttered, especially when you are jumping between links and comments. For people who follow tech news and community conversations, this app is useful because it gives a smoother, app-like reading flow, quicker navigation, and a dedicated place to keep up with stories.
π https://github.com/IronsideXXVI/Hacker-News
π° https://news.ycombinator.com/item?id=47088166
π’ @hackernewsgithubprojects
π¦ ironsidexxvi/hacker-news
This repository is a native macOS app for browsing Hacker News in a more comfortable, polished way than the website alone. It pulls in top stories, lets you open articles, and makes it easier to read comment threads and discussions from your desktop. The project solves a simple problem: Hacker News is useful, but the default reading experience can feel basic and cluttered, especially when you are jumping between links and comments. For people who follow tech news and community conversations, this app is useful because it gives a smoother, app-like reading flow, quicker navigation, and a dedicated place to keep up with stories.
π https://github.com/IronsideXXVI/Hacker-News
π° https://news.ycombinator.com/item?id=47088166
π’ @hackernewsgithubprojects
Audio
π Git Diffs You Can Actually Read
π¦ flamestro/deff
Deff is a terminal app that makes code changes easier to review before you commit or merge them. Instead of a crowded wall of text, it shows old and new versions side by side, with clear color cues for added and removed lines, file-by-file navigation, and built-in search. It can compare your branch against its upstream or a custom base/head range, and it can also include uncommitted and untracked files so nothing is missed. This solves a common pain: spotting mistakes in large or messy diffs. It is useful because it helps developers catch issues earlier, review faster, and commit with more confidence.
π https://github.com/flamestro/deff
π° https://news.ycombinator.com/item?id=47169518
π’ @hackernewsgithubprojects
π¦ flamestro/deff
Deff is a terminal app that makes code changes easier to review before you commit or merge them. Instead of a crowded wall of text, it shows old and new versions side by side, with clear color cues for added and removed lines, file-by-file navigation, and built-in search. It can compare your branch against its upstream or a custom base/head range, and it can also include uncommitted and untracked files so nothing is missed. This solves a common pain: spotting mistakes in large or messy diffs. It is useful because it helps developers catch issues earlier, review faster, and commit with more confidence.
π https://github.com/flamestro/deff
π° https://news.ycombinator.com/item?id=47169518
π’ @hackernewsgithubprojects
Audio
π One Prompt, Many AI Workers
π¦ bassimeledath/dispatch
Dispatch is a tool that lets one main AI session hand off multiple jobs to background AI workers, so you can get more done without the conversation getting overloaded. Instead of asking one assistant to handle everything in sequence, you give Dispatch a goal and it breaks the work into checklists, runs tasks in parallel, and reports progress back. If a worker gets stuck, it can ask you a quick question and keep going. This solves a common problem: long AI chats lose focus as context fills up. It is useful because it keeps your main session clear, saves time, and helps teams run bigger coding tasks with less manual coordination.
π https://github.com/bassimeledath/dispatch
π° https://news.ycombinator.com/item?id=47169504
π’ @hackernewsgithubprojects
π¦ bassimeledath/dispatch
Dispatch is a tool that lets one main AI session hand off multiple jobs to background AI workers, so you can get more done without the conversation getting overloaded. Instead of asking one assistant to handle everything in sequence, you give Dispatch a goal and it breaks the work into checklists, runs tasks in parallel, and reports progress back. If a worker gets stuck, it can ask you a quick question and keep going. This solves a common problem: long AI chats lose focus as context fills up. It is useful because it keeps your main session clear, saves time, and helps teams run bigger coding tasks with less manual coordination.
π https://github.com/bassimeledath/dispatch
π° https://news.ycombinator.com/item?id=47169504
π’ @hackernewsgithubprojects
Audio
π Run Bash Safely Without a Real Server
π¦ vercel-labs/just-bash
just-bash is a JavaScript/TypeScript tool that recreates a Bash-like terminal in memory, so commands run in a simulated environment instead of your real machine. It is built for apps and AI tools that need shell power without the risk of touching system files or running unsafe binaries. This solves a common problem: developers want to automate command-line tasks, but exposing a real shell can be dangerous and hard to control. With just-bash, you can execute many familiar Unix-style commands, manage virtual files, and optionally allow limited network requests. It is useful for secure testing, sandboxed automation, and building safer developer or AI workflows.
π https://github.com/vercel-labs/just-bash
π° https://news.ycombinator.com/item?id=47165648
π’ @hackernewsgithubprojects
π¦ vercel-labs/just-bash
just-bash is a JavaScript/TypeScript tool that recreates a Bash-like terminal in memory, so commands run in a simulated environment instead of your real machine. It is built for apps and AI tools that need shell power without the risk of touching system files or running unsafe binaries. This solves a common problem: developers want to automate command-line tasks, but exposing a real shell can be dangerous and hard to control. With just-bash, you can execute many familiar Unix-style commands, manage virtual files, and optionally allow limited network requests. It is useful for secure testing, sandboxed automation, and building safer developer or AI workflows.
π https://github.com/vercel-labs/just-bash
π° https://news.ycombinator.com/item?id=47165648
π’ @hackernewsgithubprojects
Audio
π Your AI Dev Team in a Box
π¦ desplega-ai/agent-swarm
Agent Swarm is an open-source project that lets you run a team of AI coding assistants instead of relying on a single bot. One lead agent receives work from places like Slack, GitHub, email, or a command line, then splits the job into smaller tasks for worker agents running in separate Docker containers. This helps solve a common problem: big software tasks are hard for one assistant to manage safely and consistently. Agent Swarm adds coordination, progress tracking, and a dashboard so you can see whatβs happening in real time. It is useful for teams that want faster automation while keeping work organized and isolated.
π https://github.com/desplega-ai/agent-swarm
π° https://news.ycombinator.com/item?id=47165046
π’ @hackernewsgithubprojects
π¦ desplega-ai/agent-swarm
Agent Swarm is an open-source project that lets you run a team of AI coding assistants instead of relying on a single bot. One lead agent receives work from places like Slack, GitHub, email, or a command line, then splits the job into smaller tasks for worker agents running in separate Docker containers. This helps solve a common problem: big software tasks are hard for one assistant to manage safely and consistently. Agent Swarm adds coordination, progress tracking, and a dashboard so you can see whatβs happening in real time. It is useful for teams that want faster automation while keeping work organized and isolated.
π https://github.com/desplega-ai/agent-swarm
π° https://news.ycombinator.com/item?id=47165046
π’ @hackernewsgithubprojects
Audio
π Tree-sitter, But Pure Go and Much Easier to Ship
π¦ odvcencio/gotreesitter
`gotreesitter` is an open-source Go library that reads source code and turns it into a structured tree so tools can understand code better. In simple terms, it helps power features like syntax highlighting, code navigation, and smart editing. Its key idea is that it is written fully in Go, so developers do not need C dependencies or extra build tools that often break installs, cross-platform builds, and CI pipelines. It also supports incremental updates, meaning it can reprocess only the changed part of a file instead of everything, which makes editor-like workflows much faster. This makes it practical for building reliable code tools that run across many environments, including WebAssembly.
π https://github.com/odvcencio/gotreesitter
π° https://news.ycombinator.com/item?id=47155597
π’ @hackernewsgithubprojects
π¦ odvcencio/gotreesitter
`gotreesitter` is an open-source Go library that reads source code and turns it into a structured tree so tools can understand code better. In simple terms, it helps power features like syntax highlighting, code navigation, and smart editing. Its key idea is that it is written fully in Go, so developers do not need C dependencies or extra build tools that often break installs, cross-platform builds, and CI pipelines. It also supports incremental updates, meaning it can reprocess only the changed part of a file instead of everything, which makes editor-like workflows much faster. This makes it practical for building reliable code tools that run across many environments, including WebAssembly.
π https://github.com/odvcencio/gotreesitter
π° https://news.ycombinator.com/item?id=47155597
π’ @hackernewsgithubprojects
Audio
π Your Django Admin, Finally in One Control Room
π¦ yassi/dj-control-room
dj-control-room is an add-on for Django websites that creates a single, central dashboard inside the admin area. Instead of jumping between separate tools for things like cache checks, Redis data, URL inspection, or task queue monitoring, teams can plug panels into one place and manage them together. It solves the common problem of scattered admin utilities that slow down debugging and daily maintenance. For developers and technical teams, this means faster troubleshooting, clearer oversight, and a cleaner workflow. It is useful because it is modular, easy to install, and extensible, so you can start with official panels and add custom ones as your project grows.
π https://github.com/yassi/dj-control-room
π° https://news.ycombinator.com/item?id=47151995
π’ @hackernewsgithubprojects
π¦ yassi/dj-control-room
dj-control-room is an add-on for Django websites that creates a single, central dashboard inside the admin area. Instead of jumping between separate tools for things like cache checks, Redis data, URL inspection, or task queue monitoring, teams can plug panels into one place and manage them together. It solves the common problem of scattered admin utilities that slow down debugging and daily maintenance. For developers and technical teams, this means faster troubleshooting, clearer oversight, and a cleaner workflow. It is useful because it is modular, easy to install, and extensible, so you can start with official panels and add custom ones as your project grows.
π https://github.com/yassi/dj-control-room
π° https://news.ycombinator.com/item?id=47151995
π’ @hackernewsgithubprojects
Audio
π Your AI Dev Team That Never Sleeps
π¦ intrect-io/openswarm
OpenSwarm is an open-source tool that acts like a small, automated software team. It connects to your task tracker (Linear), runs coding agents through the Claude Code CLI, reviews their work, and can test and document changes before reporting progress in Discord. It is built to reduce repetitive project management and coding follow-up, especially when teams have many tickets and limited time. Instead of manually checking status, assigning work, and chasing pull request fixes, OpenSwarm handles much of that flow automatically. This is useful for teams that want faster delivery, clearer visibility, and less coordination overhead while still keeping humans in control.
π https://github.com/Intrect-io/OpenSwarm
π° https://news.ycombinator.com/item?id=47160980
π’ @hackernewsgithubprojects
π¦ intrect-io/openswarm
OpenSwarm is an open-source tool that acts like a small, automated software team. It connects to your task tracker (Linear), runs coding agents through the Claude Code CLI, reviews their work, and can test and document changes before reporting progress in Discord. It is built to reduce repetitive project management and coding follow-up, especially when teams have many tickets and limited time. Instead of manually checking status, assigning work, and chasing pull request fixes, OpenSwarm handles much of that flow automatically. This is useful for teams that want faster delivery, clearer visibility, and less coordination overhead while still keeping humans in control.
π https://github.com/Intrect-io/OpenSwarm
π° https://news.ycombinator.com/item?id=47160980
π’ @hackernewsgithubprojects
Audio
π Big AI Models, Smaller Hardware Bills
π¦ zyora-dev/zse
ZSE is an open-source tool that helps people run large AI chat models on less expensive hardware. Normally, these models need huge amounts of GPU memory and can take a long time to start. ZSE tackles that with compression, smart memory management, and a server that loads models faster, then exposes them through an OpenAI-compatible API and simple command line. In practice, it lets developers, startups, and hobbyists host powerful models locally or in the cloud with lower costs and quicker startup times. That makes AI apps easier to build, easier to scale, and more practical when hardware resources are limited.
π https://github.com/Zyora-Dev/zse
π° https://news.ycombinator.com/item?id=47160526
π’ @hackernewsgithubprojects
π¦ zyora-dev/zse
ZSE is an open-source tool that helps people run large AI chat models on less expensive hardware. Normally, these models need huge amounts of GPU memory and can take a long time to start. ZSE tackles that with compression, smart memory management, and a server that loads models faster, then exposes them through an OpenAI-compatible API and simple command line. In practice, it lets developers, startups, and hobbyists host powerful models locally or in the cloud with lower costs and quicker startup times. That makes AI apps easier to build, easier to scale, and more practical when hardware resources are limited.
π https://github.com/Zyora-Dev/zse
π° https://news.ycombinator.com/item?id=47160526
π’ @hackernewsgithubprojects
Audio
π Speech-to-Text That Runs Where You Are
π¦ moonshine-ai/moonshine
Moonshine is an open-source speech-to-text project built to run fast on everyday hardware, including phones, laptops, browsers, and small edge devices. Instead of sending audio to the cloud, it can process speech locally, which helps with privacy, lower cost, and better reliability when internet access is limited. The repository provides compact language models, code examples, and developer tools for real-time captions, voice commands, and transcription in multiple languages. It solves a common problem: speech recognition systems can be slow, expensive, or too heavy for small devices. Moonshine is useful because it makes voice features practical for more products, even with limited compute power.
π https://github.com/moonshine-ai/moonshine
π° https://news.ycombinator.com/item?id=47143755
π’ @hackernewsgithubprojects
π¦ moonshine-ai/moonshine
Moonshine is an open-source speech-to-text project built to run fast on everyday hardware, including phones, laptops, browsers, and small edge devices. Instead of sending audio to the cloud, it can process speech locally, which helps with privacy, lower cost, and better reliability when internet access is limited. The repository provides compact language models, code examples, and developer tools for real-time captions, voice commands, and transcription in multiple languages. It solves a common problem: speech recognition systems can be slow, expensive, or too heavy for small devices. Moonshine is useful because it makes voice features practical for more products, even with limited compute power.
π https://github.com/moonshine-ai/moonshine
π° https://news.ycombinator.com/item?id=47143755
π’ @hackernewsgithubprojects
Audio
π Make Postgres Grow Without Rewriting Your App
π¦ pgdogdev/pgdog
PgDog is an open-source tool that sits between your app and PostgreSQL to help your database handle more traffic and data as you grow. Instead of forcing you to rebuild your app, it automatically routes queries, spreads work across multiple database servers, and can split large datasets into smaller pieces (shards). It also manages connection pooling and failover, so your system stays stable when load spikes or a server has issues. That means teams can scale PostgreSQL more safely, keep performance steady, and avoid expensive database migrations. It is especially useful for products moving from a single database setup to a larger, production-grade architecture.
π https://github.com/pgdogdev/pgdog
π° https://news.ycombinator.com/item?id=47123631
π’ @hackernewsgithubprojects
π¦ pgdogdev/pgdog
PgDog is an open-source tool that sits between your app and PostgreSQL to help your database handle more traffic and data as you grow. Instead of forcing you to rebuild your app, it automatically routes queries, spreads work across multiple database servers, and can split large datasets into smaller pieces (shards). It also manages connection pooling and failover, so your system stays stable when load spikes or a server has issues. That means teams can scale PostgreSQL more safely, keep performance steady, and avoid expensive database migrations. It is especially useful for products moving from a single database setup to a larger, production-grade architecture.
π https://github.com/pgdogdev/pgdog
π° https://news.ycombinator.com/item?id=47123631
π’ @hackernewsgithubprojects
Audio
π Build Software by Stating the Goal
π¦ sandgardenhq/sgai
Sgai is an open-source tool that helps people build software by describing the end result instead of managing every coding step. You set a goal, and a team of AI agents plans the work, writes code, reviews it, and runs checks like tests before marking it complete. The process is shown in a visual dashboard, so you can see what is happening, answer questions, and approve plans before execution. It solves a common problem with AI coding tools: unclear progress and uneven quality. Sgai is useful because it keeps humans in control, makes development more transparent, and runs locally in your own project so your code stays on your machine.
π https://github.com/sandgardenhq/sgai
π° https://news.ycombinator.com/item?id=47153941
π’ @hackernewsgithubprojects
π¦ sandgardenhq/sgai
Sgai is an open-source tool that helps people build software by describing the end result instead of managing every coding step. You set a goal, and a team of AI agents plans the work, writes code, reviews it, and runs checks like tests before marking it complete. The process is shown in a visual dashboard, so you can see what is happening, answer questions, and approve plans before execution. It solves a common problem with AI coding tools: unclear progress and uneven quality. Sgai is useful because it keeps humans in control, makes development more transparent, and runs locally in your own project so your code stays on your machine.
π https://github.com/sandgardenhq/sgai
π° https://news.ycombinator.com/item?id=47153941
π’ @hackernewsgithubprojects