This media is not supported in your browser
VIEW IN TELEGRAM
π¦ rauchg/rst
RST: The 2-Millisecond Terminal Fix
The standard command to fix a broken terminal on your Mac or Linux machine waits for a full second before it works. This one second pause is a legacy artifact from the 1970s, designed to let mechanical inkjet printers settle down after printing. The open source project called RST removes this unnecessary delay entirely. Built in the Zig programming language, RST is a tiny, standalone tool that repairs your terminalβs core settings and sends the correct reset codes in just two milliseconds. It does this by reading your terminalβs configuration directly, without needing bulky external libraries.
π @hackernewsgithubprojects
RST: The 2-Millisecond Terminal Fix
The standard command to fix a broken terminal on your Mac or Linux machine waits for a full second before it works. This one second pause is a legacy artifact from the 1970s, designed to let mechanical inkjet printers settle down after printing. The open source project called RST removes this unnecessary delay entirely. Built in the Zig programming language, RST is a tiny, standalone tool that repairs your terminalβs core settings and sends the correct reset codes in just two milliseconds. It does this by reading your terminalβs configuration directly, without needing bulky external libraries.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ zeenie-ai/opencompany
OpenCompany: Your Own AI Workforce
OpenCompany lets your AI actually run your business operations, not just chat with you. It is a self-hosted tool where you drag and drop agents to handle emails, calendars, and messages on your own machine. The coolest part is that these agents remember context and work autonomously, meaning they do the busywork for you without a subscription or code. You connect your own API keys, build a workflow on a canvas, and the system handles the rest durably in the background. It turns expensive AI tokens into real, tangible work.
π @hackernewsgithubprojects
OpenCompany: Your Own AI Workforce
OpenCompany lets your AI actually run your business operations, not just chat with you. It is a self-hosted tool where you drag and drop agents to handle emails, calendars, and messages on your own machine. The coolest part is that these agents remember context and work autonomously, meaning they do the busywork for you without a subscription or code. You connect your own API keys, build a workflow on a canvas, and the system handles the rest durably in the background. It turns expensive AI tokens into real, tangible work.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ receptron/mulmoterminal
The Browser Grid That Watches Your AI Agents
Molmo Terminal runs a grid of AI coding agents directly inside your web browser, allowing you to supervise multiple Claude and Codex sessions simultaneously without leaving your local machine. The software uses a terminal manager called tmux to keep these independent agent processes alive in the background, even when the browser tab is closed. The most striking feature is its attention system, which visually flags which specific agent is currently waiting for your input, ensuring you never have to guess which task is stuck. By turning your screen into a control room for parallel development, it solves the constant context switching required when managing several smart assistants at once.
π° https://news.ycombinator.com/item?id=49439218
π @hackernewsgithubprojects
The Browser Grid That Watches Your AI Agents
Molmo Terminal runs a grid of AI coding agents directly inside your web browser, allowing you to supervise multiple Claude and Codex sessions simultaneously without leaving your local machine. The software uses a terminal manager called tmux to keep these independent agent processes alive in the background, even when the browser tab is closed. The most striking feature is its attention system, which visually flags which specific agent is currently waiting for your input, ensuring you never have to guess which task is stuck. By turning your screen into a control room for parallel development, it solves the constant context switching required when managing several smart assistants at once.
π° https://news.ycombinator.com/item?id=49439218
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ chrisyrniu/humanoid-touch-dream
Humanoid Touch Dream: Robots That Dream With Their Hands
Humanoid Touch Dream is the robotics research project that teaches robots to use their hands by dreaming. It is not just about moving a leg, but about a humanoid robot actually picking up objects by feeling them. The trick is that the robot imagines the touch and force it will feel before it acts, letting it handle tricky items without constant human help. The team at Carnegie Mellon has already proven this works on a real robot, showing off a system that can walk and manipulate simultaneously. It is a clever way to bridge the gap between simulation and the messy real world.
π @hackernewsgithubprojects
Humanoid Touch Dream: Robots That Dream With Their Hands
Humanoid Touch Dream is the robotics research project that teaches robots to use their hands by dreaming. It is not just about moving a leg, but about a humanoid robot actually picking up objects by feeling them. The trick is that the robot imagines the touch and force it will feel before it acts, letting it handle tricky items without constant human help. The team at Carnegie Mellon has already proven this works on a real robot, showing off a system that can walk and manipulate simultaneously. It is a clever way to bridge the gap between simulation and the messy real world.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ lulzx/cuda-metal
Run CUDA Code on Your Mac
CuMetal lets you compile and run NVIDIA GPU code directly on your Mac. It acts as a compiler and runtime that translates CUDA programs into Metal, Appleβs native graphics language, so your existing code works without needing any NVIDIA hardware. This is huge because it opens the door for developers to bring heavy graphics and AI workloads to Apple Silicon without rewriting their kernels. The project even runs real simulations like particle physics and path tracing right on your Apple chip. If youβve ever wanted to test CUDA logic on a Mac without virtualization, this is your bridge. Check it out and see your code actually run.
π° https://news.ycombinator.com/item?id=49439078
π @hackernewsgithubprojects
Run CUDA Code on Your Mac
CuMetal lets you compile and run NVIDIA GPU code directly on your Mac. It acts as a compiler and runtime that translates CUDA programs into Metal, Appleβs native graphics language, so your existing code works without needing any NVIDIA hardware. This is huge because it opens the door for developers to bring heavy graphics and AI workloads to Apple Silicon without rewriting their kernels. The project even runs real simulations like particle physics and path tracing right on your Apple chip. If youβve ever wanted to test CUDA logic on a Mac without virtualization, this is your bridge. Check it out and see your code actually run.
π° https://news.ycombinator.com/item?id=49439078
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ ksimback/tech-debt-skill
Tech-Debt-Skill: The Code Audit That Actually Works
Hand over your codebase and get back a precise, file-by-file report on what is actually broken, rather than a generic list of best-practice advice. Tech-Debt-Skill is a tool that forces an AI to read your architecture, map your file structure, and analyze your git history before it forms any opinions, ensuring every single finding points to a specific line of code. It even requires the AI to list things that look wrong but are actually fine, which stops it from just regurgitating a checklist. The result is a persistent audit document you can commit and track over time, giving you a clear, actionable roadmap instead of a vague, one-time review.
π @hackernewsgithubprojects
Tech-Debt-Skill: The Code Audit That Actually Works
Hand over your codebase and get back a precise, file-by-file report on what is actually broken, rather than a generic list of best-practice advice. Tech-Debt-Skill is a tool that forces an AI to read your architecture, map your file structure, and analyze your git history before it forms any opinions, ensuring every single finding points to a specific line of code. It even requires the AI to list things that look wrong but are actually fine, which stops it from just regurgitating a checklist. The result is a persistent audit document you can commit and track over time, giving you a clear, actionable roadmap instead of a vague, one-time review.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ themartiano/try-omarchy
Try Omarchy: Full Linux Desktop on Your Mac
Here is a full Linux desktop running natively on your Apple Silicon Mac, packed into a single app. Try Omarchy takes the Omarchy desktop environment, builds a custom Arch Linux image, and wraps it in a hardware-accelerated virtual machine using Appleβs own hypervisor. This means you get a real Linux experience with native window resizing, sharp HiDPI scaling, and live audio routing directly from your Mac speakers and mic. It solves the usual hassle of setting up complex virtualization tools from scratch. Just download the app, drag it to Applications, and launch it.
π° https://news.ycombinator.com/item?id=49439881
π @hackernewsgithubprojects
Try Omarchy: Full Linux Desktop on Your Mac
Here is a full Linux desktop running natively on your Apple Silicon Mac, packed into a single app. Try Omarchy takes the Omarchy desktop environment, builds a custom Arch Linux image, and wraps it in a hardware-accelerated virtual machine using Appleβs own hypervisor. This means you get a real Linux experience with native window resizing, sharp HiDPI scaling, and live audio routing directly from your Mac speakers and mic. It solves the usual hassle of setting up complex virtualization tools from scratch. Just download the app, drag it to Applications, and launch it.
π° https://news.ycombinator.com/item?id=49439881
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ feral-ai/feral-ai
Your Own Local AI Brain
Run your own local AI brain that remembers everything across all your devices. Feral is a private, local-first runtime that connects your apps and hardware to a central mind, keeping your data on your machine instead of the cloud. It solves the problem of fragmented memory by creating a single, persistent identity for your AI. The standout feature is its four-layer memory system, which blends short-term context with long-term facts to genuinely learn your habits over time. This gives you a truly personal assistant that actually understands you, not just a chatbot that forgets. Get your own local brain and finally have an AI that stays with you.
π° https://news.ycombinator.com/item?id=49439940
π @hackernewsgithubprojects
Your Own Local AI Brain
Run your own local AI brain that remembers everything across all your devices. Feral is a private, local-first runtime that connects your apps and hardware to a central mind, keeping your data on your machine instead of the cloud. It solves the problem of fragmented memory by creating a single, persistent identity for your AI. The standout feature is its four-layer memory system, which blends short-term context with long-term facts to genuinely learn your habits over time. This gives you a truly personal assistant that actually understands you, not just a chatbot that forgets. Get your own local brain and finally have an AI that stays with you.
π° https://news.ycombinator.com/item?id=49439940
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ murerkinn/bookshelf
Bookshelf: Your Library Without a Database
Bookshelf is a self-hosted ebook library that completely skips the database, which is genuinely surprising for something that handles reading positions and profiles. You just point it at a folder of EPUBs and PDFs, or a Cloudflare R2 bucket, and it builds a clean, searchable shelf for your browser or your e-reader via OPDS. It turns raw files into a manageable library where you can track where each person in the house left off, all without needing to install or maintain a traditional database server.
π° https://news.ycombinator.com/item?id=49427001
π @hackernewsgithubprojects
Bookshelf: Your Library Without a Database
Bookshelf is a self-hosted ebook library that completely skips the database, which is genuinely surprising for something that handles reading positions and profiles. You just point it at a folder of EPUBs and PDFs, or a Cloudflare R2 bucket, and it builds a clean, searchable shelf for your browser or your e-reader via OPDS. It turns raw files into a manageable library where you can track where each person in the house left off, all without needing to install or maintain a traditional database server.
π° https://news.ycombinator.com/item?id=49427001
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ oboroge0/hayamimi
Hayamimi: Real-Time Subtitles Without a GPU
Hayamimi delivers real-time multilingual speech-to-text entirely on your computer's CPU, without needing a GPU or any cloud connection. It listens to your voice and locks in a finalized line just about one hundred milliseconds after you stop talking, while showing you draft subtitles every half-second while you are still speaking. The system is clever because it does not force one model to do everything; instead, it detects the language and routes each sentence to the specific model built for that language, keeping memory usage under two gigabytes.
π @hackernewsgithubprojects
Hayamimi: Real-Time Subtitles Without a GPU
Hayamimi delivers real-time multilingual speech-to-text entirely on your computer's CPU, without needing a GPU or any cloud connection. It listens to your voice and locks in a finalized line just about one hundred milliseconds after you stop talking, while showing you draft subtitles every half-second while you are still speaking. The system is clever because it does not force one model to do everything; instead, it detects the language and routes each sentence to the specific model built for that language, keeping memory usage under two gigabytes.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ arihantdeva/heimdall
Heimdall: The Memory System That Fixes AI Coding Agents
Stop letting your coding assistant start from scratch. Heimdall acts as a persistent, machine-wide brain for AI agents, turning hours of frantic file searching into a single, verified lookup. It watches your projects in the background, building a private, local map of your work without spending a single token or requiring a GPU. The real magic is that it checks every result against your actual files, so you get answers you can trust instead of outdated guesses. Your code stays on your machine, and your agent finally remembers what it already built. It is time to make your tools work for you, not against you.
π° https://news.ycombinator.com/item?id=49395883
π @hackernewsgithubprojects
Heimdall: The Memory System That Fixes AI Coding Agents
Stop letting your coding assistant start from scratch. Heimdall acts as a persistent, machine-wide brain for AI agents, turning hours of frantic file searching into a single, verified lookup. It watches your projects in the background, building a private, local map of your work without spending a single token or requiring a GPU. The real magic is that it checks every result against your actual files, so you get answers you can trust instead of outdated guesses. Your code stays on your machine, and your agent finally remembers what it already built. It is time to make your tools work for you, not against you.
π° https://news.ycombinator.com/item?id=49395883
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ bilawalsidhu/gods-eye-view
God's Eye View: The Open Source Spy Satellite Simulator
God's Eye View is a browser-based spy satellite simulator that uses real, public data to create a photorealistic 3D globe of Earth. It streams live aircraft, ships, and earthquakes directly into your screen, letting you track any plane from orbit down to a realistic cockpit view. The most surprising feature is the voice-controlled AI agent, which lets you speak commands like 'take me to Tokyo' or 'outline Texas,' drawing real annotations and flying the camera for you. It turns scattered public signals into an interactive intelligence tool, making global tracking accessible without classified clearances.
π @hackernewsgithubprojects
God's Eye View: The Open Source Spy Satellite Simulator
God's Eye View is a browser-based spy satellite simulator that uses real, public data to create a photorealistic 3D globe of Earth. It streams live aircraft, ships, and earthquakes directly into your screen, letting you track any plane from orbit down to a realistic cockpit view. The most surprising feature is the voice-controlled AI agent, which lets you speak commands like 'take me to Tokyo' or 'outline Texas,' drawing real annotations and flying the camera for you. It turns scattered public signals into an interactive intelligence tool, making global tracking accessible without classified clearances.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ wilwaldon/claude-code-frontend-design-toolkit
Stop Coding Ugly Websites with Claude Code
Stop letting your AI assistant build websites that look like generic purple gradients and rounded boxes. The Claude Code Frontend Design Toolkit gives it actual taste. This massive collection packs over seventy tools, including specific skills and plugins that force the AI to pick a real aesthetic direction before writing a single line of code. It includes everything from animation libraries to strict theming rules that ensure your site looks professional instead of robotic. Once you install these, you can command it to build sleek, modern interfaces that finally feel human-made.
π @hackernewsgithubprojects
Stop Coding Ugly Websites with Claude Code
Stop letting your AI assistant build websites that look like generic purple gradients and rounded boxes. The Claude Code Frontend Design Toolkit gives it actual taste. This massive collection packs over seventy tools, including specific skills and plugins that force the AI to pick a real aesthetic direction before writing a single line of code. It includes everything from animation libraries to strict theming rules that ensure your site looks professional instead of robotic. Once you install these, you can command it to build sleek, modern interfaces that finally feel human-made.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ getgaal/gaal
gaal: One YAML to Sync Every AI Coding Agent
Reconcile every AI coding agent on your machine with a single command. If you juggle tools like Claude Code, Cursor, or Codex, you know the pain of manually copying skills and server settings everywhere they drift. Gaal solves this by acting as a central controller that reads one simple YAML file and pushes those updates to any agent you have installed. The standout feature is its auto-detection system. It scans your computer, finds seventeen different coding agents, and ensures every one of them has the exact same skills, files, and configurations. You can even run a dry-run to preview changes before anything is written, keeping your workflow safe and predictable.
π @hackernewsgithubprojects
gaal: One YAML to Sync Every AI Coding Agent
Reconcile every AI coding agent on your machine with a single command. If you juggle tools like Claude Code, Cursor, or Codex, you know the pain of manually copying skills and server settings everywhere they drift. Gaal solves this by acting as a central controller that reads one simple YAML file and pushes those updates to any agent you have installed. The standout feature is its auto-detection system. It scans your computer, finds seventeen different coding agents, and ensures every one of them has the exact same skills, files, and configurations. You can even run a dry-run to preview changes before anything is written, keeping your workflow safe and predictable.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ dragthelake/ambient-context
Ambient Context: Your Mac Writes Its Own Diary
Your Mac quietly writes a diary of your workday so an A.I. assistant can actually remember what you did. Ambient Context is a tiny menu bar app that reads the text from your open windows and saves it to simple files on your computer. No screenshots, no cloud, just plain text you own. Itβs designed to help A.I. tools answer questions like βwhat was I working on Tuesday?β by giving them a clean, private record of your day. If youβve ever felt like your digital brain is leaking into the void, this is the fix.
π° https://news.ycombinator.com/item?id=49429095
π @hackernewsgithubprojects
Ambient Context: Your Mac Writes Its Own Diary
Your Mac quietly writes a diary of your workday so an A.I. assistant can actually remember what you did. Ambient Context is a tiny menu bar app that reads the text from your open windows and saves it to simple files on your computer. No screenshots, no cloud, just plain text you own. Itβs designed to help A.I. tools answer questions like βwhat was I working on Tuesday?β by giving them a clean, private record of your day. If youβve ever felt like your digital brain is leaking into the void, this is the fix.
π° https://news.ycombinator.com/item?id=49429095
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ zju-real/agent-g2
Agent-G2: Smarter AI Learning Without Extra Costs
Agent-G2 reaches ninety-five percent success on complex AI tasks by figuring out exactly how much help each task needs during training. It solves a major problem in reinforcement learning where AI agents often get lost in long, multi-step tasks because rewards are rare. Instead of using a fixed amount of guidance or wasting compute on extra trial-and-error runs, the system uses a statistical method to find the sweet spot for help per task. This approach allows the AI to learn effectively without the high cost of additional testing. It is a clever, efficient way to teach machines to handle long, complex goals, making the learning process significantly more efficient.
π @hackernewsgithubprojects
Agent-G2: Smarter AI Learning Without Extra Costs
Agent-G2 reaches ninety-five percent success on complex AI tasks by figuring out exactly how much help each task needs during training. It solves a major problem in reinforcement learning where AI agents often get lost in long, multi-step tasks because rewards are rare. Instead of using a fixed amount of guidance or wasting compute on extra trial-and-error runs, the system uses a statistical method to find the sweet spot for help per task. This approach allows the AI to learn effectively without the high cost of additional testing. It is a clever, efficient way to teach machines to handle long, complex goals, making the learning process significantly more efficient.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ jeffhajewski/latticedb
LatticeDB: The All-In-One Local Database
LatticeDB is the local database that finally puts graph connections, semantic search, and text search into a single portable file. It solves the complexity of building AI apps by letting you run a Cypher query that finds similar documents, traverses relationships to their authors, and filters by keyword, all in one go. The coolest part is that it is built in Zig for raw speed, delivering sub-millisecond search on a million vectors while keeping everything on your machine with zero server setup. You get the power of a cloud database in one tiny file, making it perfect for building local knowledge tools that feel instant and private.
π° https://news.ycombinator.com/item?id=49437049
π @hackernewsgithubprojects
LatticeDB: The All-In-One Local Database
LatticeDB is the local database that finally puts graph connections, semantic search, and text search into a single portable file. It solves the complexity of building AI apps by letting you run a Cypher query that finds similar documents, traverses relationships to their authors, and filters by keyword, all in one go. The coolest part is that it is built in Zig for raw speed, delivering sub-millisecond search on a million vectors while keeping everything on your machine with zero server setup. You get the power of a cloud database in one tiny file, making it perfect for building local knowledge tools that feel instant and private.
π° https://news.ycombinator.com/item?id=49437049
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ dualverse-ai/station
Station: The AI Lab That Finds New Math
Station is the open-world simulation that lets groups of artificial intelligence agents conduct real scientific research without human intervention. The project models a miniature research lab where different AI models act as independent scientists, spending time on tasks like proving complex geometric theorems or optimizing physical structures. It works best when a problem can be scored clearly and solved in a few hours, allowing the agents to iterate quickly and share their findings through a digital archive. One of the most surprising results was the system independently rediscovering a famous counterexample in mathematics within a single day.
π @hackernewsgithubprojects
Station: The AI Lab That Finds New Math
Station is the open-world simulation that lets groups of artificial intelligence agents conduct real scientific research without human intervention. The project models a miniature research lab where different AI models act as independent scientists, spending time on tasks like proving complex geometric theorems or optimizing physical structures. It works best when a problem can be scored clearly and solved in a few hours, allowing the agents to iterate quickly and share their findings through a digital archive. One of the most surprising results was the system independently rediscovering a famous counterexample in mathematics within a single day.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ thu-ml/turbodiffusion
TurboDiffusion: AI Video in 2 Seconds
A single consumer-grade graphics card can now render a five-second AI video in just two seconds, cutting the original processing time of over three minutes by nearly one hundred times. This tool, called TurboDiffusion, works by drastically reducing the number of steps the AI needs to build each frame, while also speeding up how it calculates visual details. It turns a tedious wait into something almost instantaneous, making real-time video generation a reality for individual creators. If you have ever waited around for an AI video to render, this is the shift that makes that wait feel like a ghost from a previous era.
π @hackernewsgithubprojects
TurboDiffusion: AI Video in 2 Seconds
A single consumer-grade graphics card can now render a five-second AI video in just two seconds, cutting the original processing time of over three minutes by nearly one hundred times. This tool, called TurboDiffusion, works by drastically reducing the number of steps the AI needs to build each frame, while also speeding up how it calculates visual details. It turns a tedious wait into something almost instantaneous, making real-time video generation a reality for individual creators. If you have ever waited around for an AI video to render, this is the shift that makes that wait feel like a ghost from a previous era.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ mingxuzhang2/emrb
EMRB: The Benchmark for Signal Reasoning
The biggest AI models are failing at a basic engineering task, but not because they lack knowledge. EMRB, a new benchmark from researchers at KDD, tests if large language models can reason directly over raw electromagnetic signals. Instead of giving a model a neat spreadsheet of data, it hands over messy, raw audio-like capture files and asks for specific measurements. The model has to write code, run it in a sandbox, and figure out what is actually in the signal. Across fourteen major models, performance dropped from near eighty percent on simple tasks down to just twenty-one percent on complex system design.
π @hackernewsgithubprojects
EMRB: The Benchmark for Signal Reasoning
The biggest AI models are failing at a basic engineering task, but not because they lack knowledge. EMRB, a new benchmark from researchers at KDD, tests if large language models can reason directly over raw electromagnetic signals. Instead of giving a model a neat spreadsheet of data, it hands over messy, raw audio-like capture files and asks for specific measurements. The model has to write code, run it in a sandbox, and figure out what is actually in the signal. Across fourteen major models, performance dropped from near eighty percent on simple tasks down to just twenty-one percent on complex system design.
π @hackernewsgithubprojects