57 subscribers
7.3K videos
7.91K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ wholiver/metis

Metis: The AI Agent That Remembers Your Code

Metis is the coding agent that finally remembers your project context so you never have to re-explain your codebase to an AI assistant. It works by creating a durable memory system that stores project knowledge and allows you to resume interrupted work seamlessly. When you hit a wall or close your laptop, Metis can pick up exactly where you left off, pulling from its persistent search index to understand your specific code structure and previous decisions. This isn't just a chatbot; it is a workflow engine that plans, builds, and verifies changes while keeping a clear record of its reasoning.

πŸ†” @hackernewsgithubprojects
❀‍πŸ”₯1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ google-research/pointdit

PointDiT: One Photo, Full 3D Shape

PointDiT is the visual tool that turns a single photo into a full 3D map. Most depth scanners need multiple angles or special hardware, but this open-source model works with just one image. It uses a clever diffusion transformer to guess the distance of every pixel, creating a detailed 3D shape without needing a specialized camera. The project is remarkably simple, skipping complex intermediate steps to predict geometry directly from the picture. It handles everything from indoor rooms to outdoor driving scenes with impressive accuracy. If you are building robots or VR apps, this gives you rich 3D data from standard cameras.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ getkern/kern

Kern: The 1.5 MB Container That Runs in 3 Milliseconds

Kern is the rootless sandbox that spins up a real, kernel-enforced container in just three milliseconds from a single tiny binary. This project solves the bloat problem of traditional container engines by removing the heavy background daemon entirely. Instead of waiting for a massive system to start, you get immediate isolation for any code, including risky AI-generated scripts, right on your machine. It reads standard Docker formats so your existing setups work instantly, but it does so without the overhead, keeping your system fast and secure. This is the perfect tool if you need quick, safe execution without the usual heavy infrastructure.

πŸ“° https://news.ycombinator.com/item?id=49423927

πŸ†” @hackernewsgithubprojects
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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