This media is not supported in your browser
VIEW IN TELEGRAM
π¦ styles01/sparkrun-recipes
SparkRun Recipes: Run 180B AI on One Computer
SparkRun Recipes is the collection of tested guides that lets you run massive artificial intelligence models on a single desktop machine. The standout feature is a recipe for a 180B parameter model that fits on one small computer by storing a huge lookup table on the hard drive instead of in memory. This clever trick allows the system to serve incredibly complex answers without needing a massive server rack. The repository includes detailed instructions for various models, showing exactly how to set them up for real-world tasks. It turns a simple home setup into a powerful local brain, giving developers a clear path to use big AI without the cloud.
π @hackernewsgithubprojects
SparkRun Recipes: Run 180B AI on One Computer
SparkRun Recipes is the collection of tested guides that lets you run massive artificial intelligence models on a single desktop machine. The standout feature is a recipe for a 180B parameter model that fits on one small computer by storing a huge lookup table on the hard drive instead of in memory. This clever trick allows the system to serve incredibly complex answers without needing a massive server rack. The repository includes detailed instructions for various models, showing exactly how to set them up for real-world tasks. It turns a simple home setup into a powerful local brain, giving developers a clear path to use big AI without the cloud.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ linklyai/best-skills
Best Skills: The Cross-Ecosystem Agent Skill Leaderboard
Best Skills gives you a single, daily-updated leaderboard for AI agent skills by merging install data from major platforms like skills dot sh, ClawHub, and Tencent SkillHub. While other charts only show one platform's view, this project combines global downloads with social buzz from X, Hacker News, and Bluesky to reveal which skills are actually gaining traction everywhere. It tracks over ten thousand skills and publishes nine distinct rankings, from top installs to trending growth, all in open CSV format. Because the raw numbers for each platform are preserved side by side, you can verify the data or build your own analysis.
π° https://news.ycombinator.com/item?id=49417363
π @hackernewsgithubprojects
Best Skills: The Cross-Ecosystem Agent Skill Leaderboard
Best Skills gives you a single, daily-updated leaderboard for AI agent skills by merging install data from major platforms like skills dot sh, ClawHub, and Tencent SkillHub. While other charts only show one platform's view, this project combines global downloads with social buzz from X, Hacker News, and Bluesky to reveal which skills are actually gaining traction everywhere. It tracks over ten thousand skills and publishes nine distinct rankings, from top installs to trending growth, all in open CSV format. Because the raw numbers for each platform are preserved side by side, you can verify the data or build your own analysis.
π° https://news.ycombinator.com/item?id=49417363
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ elyosh/opentie
OpenTIE: The Best of Both Worlds
Pilot through the galaxy by bringing the classic Star Wars TIE Fighter fully to life on your modern computer. This open-source project runs the original game files on Windows, macOS, and Linux, solving the problem of outdated hardware and bringing the 1990s hit into the twenty-first century. The coolest part is the freedom it offers: you can mix the immersive 1998 graphics and flight physics with the reactive, adaptive music from the 1995 release. You don't have to choose between pretty visuals or a great soundtrack; you get the best of both worlds in one smooth package.
π° https://news.ycombinator.com/item?id=49471965
π @hackernewsgithubprojects
OpenTIE: The Best of Both Worlds
Pilot through the galaxy by bringing the classic Star Wars TIE Fighter fully to life on your modern computer. This open-source project runs the original game files on Windows, macOS, and Linux, solving the problem of outdated hardware and bringing the 1990s hit into the twenty-first century. The coolest part is the freedom it offers: you can mix the immersive 1998 graphics and flight physics with the reactive, adaptive music from the 1995 release. You don't have to choose between pretty visuals or a great soundtrack; you get the best of both worlds in one smooth package.
π° https://news.ycombinator.com/item?id=49471965
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ icastanon/fintrack-platform
FinTrack: The Event-Driven Finance Platform
FinTrack is a personal finance platform that treats every financial change as an event, allowing the system to automatically categorize spending and check your budget without waiting for your manual input. Built with Java and Spring Boot, it separates the user interface from the heavy lifting, using a message queue to handle transaction imports and balance updates in the background. This setup means if you upload a large file of transactions, the system processes it in chunks that can recover from errors without losing your work. It is a practical, open source tool that demonstrates how modern cloud infrastructure can make personal budgeting both reliable and transparent.
π @hackernewsgithubprojects
FinTrack: The Event-Driven Finance Platform
FinTrack is a personal finance platform that treats every financial change as an event, allowing the system to automatically categorize spending and check your budget without waiting for your manual input. Built with Java and Spring Boot, it separates the user interface from the heavy lifting, using a message queue to handle transaction imports and balance updates in the background. This setup means if you upload a large file of transactions, the system processes it in chunks that can recover from errors without losing your work. It is a practical, open source tool that demonstrates how modern cloud infrastructure can make personal budgeting both reliable and transparent.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ microsoft/hve-core
HVE Core: Your AI Team
HVE Core is the project kit that finally gives your AI assistant the specific job roles it needs to actually ship work. Microsoft built this open source collection to solve the problem of generic AI advice by providing pre written instructions, prompts, and specialized agents for everything from security reviews to accessibility checks and sprint planning. You can drop these components into your existing GitHub Copilot setup to instantly upgrade your workflow. It turns your coding assistant from a helpful buddy into a disciplined team that follows your company standards without you having to re teach it every day.
π @hackernewsgithubprojects
HVE Core: Your AI Team
HVE Core is the project kit that finally gives your AI assistant the specific job roles it needs to actually ship work. Microsoft built this open source collection to solve the problem of generic AI advice by providing pre written instructions, prompts, and specialized agents for everything from security reviews to accessibility checks and sprint planning. You can drop these components into your existing GitHub Copilot setup to instantly upgrade your workflow. It turns your coding assistant from a helpful buddy into a disciplined team that follows your company standards without you having to re teach it every day.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ uynitsuj/warp-rm
Warp RM: Scoring Robot Video Progress
Turns raw robot videos into a precise measure of task progress, solving the problem of figuring out which demonstration clips are actually useful for training. Traditional methods often treat all footage as equal, but this tool calculates a signed velocity for every single frame, distinguishing between fast forward movement, stalling, and even backward regression. By using time-warping augmentations, it learns to predict this pace without needing expensive manual labels. This dense signal acts as a filter, allowing downstream policies to focus only on the most effective parts of the data, which dramatically improves how robots learn complex tasks like folding clothes or sorting objects.
π @hackernewsgithubprojects
Warp RM: Scoring Robot Video Progress
Turns raw robot videos into a precise measure of task progress, solving the problem of figuring out which demonstration clips are actually useful for training. Traditional methods often treat all footage as equal, but this tool calculates a signed velocity for every single frame, distinguishing between fast forward movement, stalling, and even backward regression. By using time-warping augmentations, it learns to predict this pace without needing expensive manual labels. This dense signal acts as a filter, allowing downstream policies to focus only on the most effective parts of the data, which dramatically improves how robots learn complex tasks like folding clothes or sorting objects.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ subev/libratory
Libratory turns your PDFs into audiobooks
Libratory turns the messy PDFs on your hard drive into polished, chapter-marked audiobooks that run entirely on your own computer. The project acts as a digital workbench where you can clean up scanned text, translate chapters, and even chat with your entire library using local AI models. It synthesizes audio using local voices so your data never leaves your home. The key takeaway is that it transforms a static file into a living library, giving you full control over your digital reading experience without relying on cloud services.
π @hackernewsgithubprojects
Libratory turns your PDFs into audiobooks
Libratory turns the messy PDFs on your hard drive into polished, chapter-marked audiobooks that run entirely on your own computer. The project acts as a digital workbench where you can clean up scanned text, translate chapters, and even chat with your entire library using local AI models. It synthesizes audio using local voices so your data never leaves your home. The key takeaway is that it transforms a static file into a living library, giving you full control over your digital reading experience without relying on cloud services.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ plannotator/herdr-annotate
Annotate Your Terminal Output for AI
Pin comments to your terminal output so you can hand perfect context to your AI agents. Herdr Annotate solves the headache of losing track of which code snippet or error log you meant to reference when chatting with a bot. It lets you select text in your terminal, add a quick note like 'this is the bug' or 'use this config,' and save it. The coolest part? It turns all those scattered notes into clean, organized Markdown that you can copy with one click. This means you stop wasting tokens explaining where things are. You just paste your context, and the agent already knows what you are looking at.
π° https://news.ycombinator.com/item?id=49457376
π @hackernewsgithubprojects
Annotate Your Terminal Output for AI
Pin comments to your terminal output so you can hand perfect context to your AI agents. Herdr Annotate solves the headache of losing track of which code snippet or error log you meant to reference when chatting with a bot. It lets you select text in your terminal, add a quick note like 'this is the bug' or 'use this config,' and save it. The coolest part? It turns all those scattered notes into clean, organized Markdown that you can copy with one click. This means you stop wasting tokens explaining where things are. You just paste your context, and the agent already knows what you are looking at.
π° https://news.ycombinator.com/item?id=49457376
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ browser-use/benchmark
Benchmark: Testing Browser AIs
Browser-use just released a massive, open-source test suite designed to measure how well AI agents actually handle real web tasks. The core of this repository is a set of standardized challenges that force AI systems to navigate live websites, interact with forms, and solve puzzles under strict evaluation rubrics. Instead of guessing which framework is better, this project lets you run the exact same tasks across different tools to see who genuinely succeeds. It removes the guesswork from choosing AI browser agents by providing clear, reproducible scores. You get a fair, transparent way to compare performance and cost, so you can pick the right tool with confidence.
π @hackernewsgithubprojects
Benchmark: Testing Browser AIs
Browser-use just released a massive, open-source test suite designed to measure how well AI agents actually handle real web tasks. The core of this repository is a set of standardized challenges that force AI systems to navigate live websites, interact with forms, and solve puzzles under strict evaluation rubrics. Instead of guessing which framework is better, this project lets you run the exact same tasks across different tools to see who genuinely succeeds. It removes the guesswork from choosing AI browser agents by providing clear, reproducible scores. You get a fair, transparent way to compare performance and cost, so you can pick the right tool with confidence.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ supermansundies/comfyui-klein-edit-composite
The AI Edit Fix
Klein Edit Composite is the ComfyUI node that actually makes AI edits look real. You know that annoying color shift when you use an AI tool to tweak a photo? This fixes it. It figures out exactly what you changed, blends only that part back in, and keeps the original background perfectly intact. It even matches the lighting so the new stuff doesn't look pasted on. No more weird halos or washed-out colors. Just clean, natural edits that look like you took the shot that way. If you are working with AI images, this is the fix you have been looking for. Your edits will finally look professional.
π @hackernewsgithubprojects
The AI Edit Fix
Klein Edit Composite is the ComfyUI node that actually makes AI edits look real. You know that annoying color shift when you use an AI tool to tweak a photo? This fixes it. It figures out exactly what you changed, blends only that part back in, and keeps the original background perfectly intact. It even matches the lighting so the new stuff doesn't look pasted on. No more weird halos or washed-out colors. Just clean, natural edits that look like you took the shot that way. If you are working with AI images, this is the fix you have been looking for. Your edits will finally look professional.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ raress96/dolby-atmos-encoder
Dolby Atmos Encoder
A Rust tool called Dolby Atmos Encoder successfully converts high-end cinema audio into a stream that passes every available software verification test, yet it refuses to work on certified hardware. This project bridges the gap between lossless movie files and consumer home theater systems by translating complex object-based audio into a compressed format that standard receivers can understand. It parses the raw data, renders the sound, and injects the necessary metadata into the stream. However, a deep dive reveals that Dolby locks the final step behind a proprietary cryptographic signature that open-source tools cannot generate. The result is a perfect digital artifact that software accepts, but hardware ignores.
π° https://news.ycombinator.com/item?id=48498705
π @hackernewsgithubprojects
Dolby Atmos Encoder
A Rust tool called Dolby Atmos Encoder successfully converts high-end cinema audio into a stream that passes every available software verification test, yet it refuses to work on certified hardware. This project bridges the gap between lossless movie files and consumer home theater systems by translating complex object-based audio into a compressed format that standard receivers can understand. It parses the raw data, renders the sound, and injects the necessary metadata into the stream. However, a deep dive reveals that Dolby locks the final step behind a proprietary cryptographic signature that open-source tools cannot generate. The result is a perfect digital artifact that software accepts, but hardware ignores.
π° https://news.ycombinator.com/item?id=48498705
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ streamcoreai/streamcore-server
StreamCore: The Voice Server That Lets You Cut In Mid-Sentence
StreamCore is the realtime voice server that finally lets your AI handle interruptions without stuttering. It takes the messy, latency-heavy stuff out of voice interactions so you can focus purely on the brain of your agent. The magic is its barge-in capability, which means if a user talks over the AI, the system instantly ducks the audio and cancels the current response to listen back. It handles the tricky network connections and streams speech in real time, so you don't have to wait for a full sentence to finish generating before the audio starts playing.
π° https://news.ycombinator.com/item?id=49479199
π @hackernewsgithubprojects
StreamCore: The Voice Server That Lets You Cut In Mid-Sentence
StreamCore is the realtime voice server that finally lets your AI handle interruptions without stuttering. It takes the messy, latency-heavy stuff out of voice interactions so you can focus purely on the brain of your agent. The magic is its barge-in capability, which means if a user talks over the AI, the system instantly ducks the audio and cancels the current response to listen back. It handles the tricky network connections and streams speech in real time, so you don't have to wait for a full sentence to finish generating before the audio starts playing.
π° https://news.ycombinator.com/item?id=49479199
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ crmne/fastpotify
Fastpotify: The Spotify Client That Actually Feels Native
Fastpotify lets you ditch the bloated web browser and run your entire Spotify library in a lightweight, native desktop app that starts in under a second. Built with Rust, it plays music locally at high quality while acting as a full Spotify Connect device, so you can stream to your computer or control speakers on your network from one simple window. It handles playlists, search, and album art without lagging your system, giving you the familiar Spotify layout with the speed of a true native tool. If you hate waiting for a music app to load, this is the smooth, fast alternative you have been waiting for.
π° https://news.ycombinator.com/item?id=49479389
π @hackernewsgithubprojects
Fastpotify: The Spotify Client That Actually Feels Native
Fastpotify lets you ditch the bloated web browser and run your entire Spotify library in a lightweight, native desktop app that starts in under a second. Built with Rust, it plays music locally at high quality while acting as a full Spotify Connect device, so you can stream to your computer or control speakers on your network from one simple window. It handles playlists, search, and album art without lagging your system, giving you the familiar Spotify layout with the speed of a true native tool. If you hate waiting for a music app to load, this is the smooth, fast alternative you have been waiting for.
π° https://news.ycombinator.com/item?id=49479389
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ merit-systems/openinstinct
OpenInstinct: The iMessage Assistant That Books Your Tickets
OpenInstinct is the open-source iMessage assistant that actually uses a real browser to do your chores. Instead of just giving you links to movie sites, it logs in, navigates the pages, and books your movie tickets or orders groceries right from your text thread. The best part? It runs entirely on your own infrastructure, meaning your sensitive passwords and credit card details stay encrypted and never touch third-party servers. Itβs a personal digital butler that handles the annoying web work for you, so you can just text it and let it get things done while keeping total privacy.
π° https://news.ycombinator.com/item?id=49479314
π @hackernewsgithubprojects
OpenInstinct: The iMessage Assistant That Books Your Tickets
OpenInstinct is the open-source iMessage assistant that actually uses a real browser to do your chores. Instead of just giving you links to movie sites, it logs in, navigates the pages, and books your movie tickets or orders groceries right from your text thread. The best part? It runs entirely on your own infrastructure, meaning your sensitive passwords and credit card details stay encrypted and never touch third-party servers. Itβs a personal digital butler that handles the annoying web work for you, so you can just text it and let it get things done while keeping total privacy.
π° https://news.ycombinator.com/item?id=49479314
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ clarkarch/tfm-tui
Tfm TUI: The Mouse-First Terminal File Manager
Clicking a file icon in your terminal just works. Tfm TUI is a Linux file manager that runs inside your terminal but feels like a desktop app, letting you drag, drop, and select files with a mouse instead of typing commands. It solves the friction of terminal navigation by adding real image thumbnails, a sidebar with your bookmarks, and an integrated terminal pane so you never lose your place. You can even drag files out of the terminal window and into other applications.
π @hackernewsgithubprojects
Tfm TUI: The Mouse-First Terminal File Manager
Clicking a file icon in your terminal just works. Tfm TUI is a Linux file manager that runs inside your terminal but feels like a desktop app, letting you drag, drop, and select files with a mouse instead of typing commands. It solves the friction of terminal navigation by adding real image thumbnails, a sidebar with your bookmarks, and an integrated terminal pane so you never lose your place. You can even drag files out of the terminal window and into other applications.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ jub0t/wolfcut
WolfCut: The Free CapCut Alternative
WolfCut is a native desktop video editor built to be the free, open-source alternative to CapCut, meaning no watermarks, no subscriptions, and no account required. It runs a powerful Rust engine locally on your machine, handling everything from multi-track timelines to free automatic captions and voice filters without uploading your data to the cloud. The most impressive part is that it bundles its own tools, like FFmpeg, so you can install it and start cutting immediately on Windows, Mac, or Linux. This gives you full control over your creative work with a lightweight, private, and completely ad-free experience.
π @hackernewsgithubprojects
WolfCut: The Free CapCut Alternative
WolfCut is a native desktop video editor built to be the free, open-source alternative to CapCut, meaning no watermarks, no subscriptions, and no account required. It runs a powerful Rust engine locally on your machine, handling everything from multi-track timelines to free automatic captions and voice filters without uploading your data to the cloud. The most impressive part is that it bundles its own tools, like FFmpeg, so you can install it and start cutting immediately on Windows, Mac, or Linux. This gives you full control over your creative work with a lightweight, private, and completely ad-free experience.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ bitwisecook/tcl-lsp
tcl-lsp: The Ultimate Coding Assistant
tcl-lsp is the intelligent coding assistant that brings full modern support to the often overlooked Tcl language. While many developers write in this language for networking hardware or legacy systems, they usually lack real-time feedback and smart suggestions. This project solves that problem by acting as a bridge between your code editor and a deep understanding of Tcl and its specialized dialects, like those used in network devices. It provides instant error checking, precise autocompletion, and even helps with complex tasks like refactoring or security reviews. By connecting directly to your favorite editor, it turns a raw text file into a dynamic, responsive workspace.
π° https://news.ycombinator.com/item?id=49481808
π @hackernewsgithubprojects
tcl-lsp: The Ultimate Coding Assistant
tcl-lsp is the intelligent coding assistant that brings full modern support to the often overlooked Tcl language. While many developers write in this language for networking hardware or legacy systems, they usually lack real-time feedback and smart suggestions. This project solves that problem by acting as a bridge between your code editor and a deep understanding of Tcl and its specialized dialects, like those used in network devices. It provides instant error checking, precise autocompletion, and even helps with complex tasks like refactoring or security reviews. By connecting directly to your favorite editor, it turns a raw text file into a dynamic, responsive workspace.
π° https://news.ycombinator.com/item?id=49481808
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ thurbeen/thurbox
Thurbox: The Terminal Manager for AI Coding Agents
Thurbox is the terminal interface that finally puts your AI coding agents on a leash. It lets you run multiple coding tools like Claude or Codex side by side, each isolated in its own Git branch. The killer feature is that the entire user interface is built from text files you can edit live. You can literally rewrite your app's layout without touching code or restarting the program. Itβs like giving your AI a control panel to manage its own fleet of coding tasks while you just watch. If you want to orchestrate your AI workers without drowning in terminal commands, this is the tool you need.
π @hackernewsgithubprojects
Thurbox: The Terminal Manager for AI Coding Agents
Thurbox is the terminal interface that finally puts your AI coding agents on a leash. It lets you run multiple coding tools like Claude or Codex side by side, each isolated in its own Git branch. The killer feature is that the entire user interface is built from text files you can edit live. You can literally rewrite your app's layout without touching code or restarting the program. Itβs like giving your AI a control panel to manage its own fleet of coding tasks while you just watch. If you want to orchestrate your AI workers without drowning in terminal commands, this is the tool you need.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ tencent-hunyuan/hy4-preview
Tencent's 770B AI Model
Tencent has open-sourced a massive AI model with seven hundred seventy billion parameters, and it handles one million tokens of context. The Hy4 preview is built for real work, turning complex engineering and analysis tasks into shareable documents, spreadsheets, and playable game prototypes from a single prompt. It uses a mixture-of-experts design that activates only a fraction of its brain to keep it fast. Developers can deploy it easily using standard tools and fine-tune it for their specific needs. This early release is already competitive with top private models, making it a powerful new tool for builders.
π° https://news.ycombinator.com/item?id=49483991
π @hackernewsgithubprojects
Tencent's 770B AI Model
Tencent has open-sourced a massive AI model with seven hundred seventy billion parameters, and it handles one million tokens of context. The Hy4 preview is built for real work, turning complex engineering and analysis tasks into shareable documents, spreadsheets, and playable game prototypes from a single prompt. It uses a mixture-of-experts design that activates only a fraction of its brain to keep it fast. Developers can deploy it easily using standard tools and fine-tune it for their specific needs. This early release is already competitive with top private models, making it a powerful new tool for builders.
π° https://news.ycombinator.com/item?id=49483991
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ 2018cx/gadc
GADC: The AI Trick to Shrink Massive Image Datasets
GADC is the PyTorch implementation of a method that drastically reduces the number of images needed to train high-quality AI art generators. This project tackles the massive cost of training diffusion models by selecting a tiny, geometrically smart subset of the original ImageNet data. Instead of forcing the model to memorize millions of photos, this approach condenses the dataset down to a manageable size while keeping the essential visual patterns. The result is a training pipeline that runs much faster and uses significantly fewer resources, yet still generates realistic images that rival those made from the full dataset.
π @hackernewsgithubprojects
GADC: The AI Trick to Shrink Massive Image Datasets
GADC is the PyTorch implementation of a method that drastically reduces the number of images needed to train high-quality AI art generators. This project tackles the massive cost of training diffusion models by selecting a tiny, geometrically smart subset of the original ImageNet data. Instead of forcing the model to memorize millions of photos, this approach condenses the dataset down to a manageable size while keeping the essential visual patterns. The result is a training pipeline that runs much faster and uses significantly fewer resources, yet still generates realistic images that rival those made from the full dataset.
π @hackernewsgithubprojects