56 subscribers
7.28K videos
7.88K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ swimmingbrain/texbrain

Write LaTeX in Your Browser Without a Server

Compile professional LaTeX documents into PDFs entirely inside your browser tab. Texbrain eliminates the usual setup friction by removing accounts, installs, and backend servers. It uses web assembly to run the PDF engine locally, so your code never leaves your machine unless you explicitly push it to Git. The killer feature is the on-demand package loading, which fetches specific LaTeX libraries from public mirrors only when your document needs them, then caches them for offline use. It is like having a portable, private writing studio that works offline, tracks your version history, and compiles in seconds.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ tencent/wemm-embedding

WeMM-Embedding: One Model for All

WeMM-Embedding is the multimodal model that finally treats text, images, and videos as one unified language. The WeChat Vision team at Tencent built this family of tools so you can search for a video clip using a simple text prompt, or find the perfect image with a sentence description, without needing separate systems for each file type. It’s like giving a computer a single, powerful brain that understands everything you throw at it, from a quick photo to a full video clip. The coolest part? It’s so flexible that you can shrink its processing power down to a tiny fraction of its size while keeping almost all its accuracy.

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

OpenExecutive: Your AI C-Suite

Stop hiring a full C-suite and start using OpenExecutive. This open source project gives you a single, coherent virtual executive that actually sounds like a seasoned leader. Behind the scenes, it orchestrates eight specialized agents covering everything from finance and product to legal and marketing. The real magic happens when you feed it your specific company documents. It then answers your strategic questions with precise advice grounded in your actual business context, not generic textbook fluff. It even remembers past decisions so you get continuity across conversations.

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

AirStats: The Mac Monitor That Uses Almost Nothing

AirStats is the menu bar system monitor that finally proves you don't need a heavy app to track your Mac's health. It lives quietly in your menu bar, reading everything from your processor to your battery temperature, yet it sips just a tiny fraction of your computer's power. Most other tools hog memory and slow things down, but this one stays invisible by using only a few megabytes. It shows your data in a clean drop-down panel or even as a widget on your desktop. The best part is how lightweight it is, running smoothly on Apple silicon without draining your battery.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ conardli/garden-skills

Garden Skills: The Secret Sauce for AI Design

Garden Skills is the open-source toolkit that transforms generic AI coding output into polished, professional-grade digital assets. Instead of settling for standard AI responses, this collection teaches coding agents specific design languages and workflows to handle web interfaces, stunning visual presentations, and high-quality image generation. It acts like a master designer sitting next to your code, ensuring every pixel and layout choice reflects intentional aesthetics rather than random defaults. If you want your AI projects to look like they came from a seasoned creative agency instead of a basic script, this is your new secret weapon.

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

Luvus: Your AI Agent Mission Control

Luvus acts as a live dashboard that watches your AI coding agents, showing you exactly which ones are working, stuck, or finished without you needing to guess. It solves the problem of juggling multiple terminal sessions and unknown agent states by giving you a clear visual status for tools like Claude Code, Codex, and Copilot, right alongside your code. This is useful because it turns a chaotic collection of command lines into a manageable workspace where you can track costs and session progress at a glance, ensuring you always know what your automated helpers are actually doing in the background.

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

Nippo Turns AI Work Logs Into Daily Reports

A single command turns your scattered AI coding history into a polished daily report. Nippo is a Rust tool that reads local logs from Claude Code and Codex to automatically draft your work summary, highlighting key decisions and technical insights. It handles the tedious data gathering so you can focus on the meaningful parts, like personal reflection. By simply typing one prompt, you get a structured document of what you did and why you chose certain solutions. This saves hours of manual writing while keeping your professional growth on track. It is the perfect way to document your daily engineering progress without the busywork.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ bryllim/workout-guide

Workout Guide: 302 Open Exercise Illustrations

The workout guide contains three hundred and two distinct exercise illustrations, with each one broken down into three specific visual frames for a total of nine hundred and sixty six transparent images. It is a free open source package that developers can install to instantly add clear movement diagrams to their fitness apps or websites. The artwork is consistent and high quality, allowing creators to build professional features without having to draw every single pose from scratch. This project solves the common problem of finding reliable and uniform exercise images that are easy to integrate into code.

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

Everroom: The AI Workspace That Remembers Your Decisions

EverRoom is a local desktop workspace built to solve a specific problem for AI users: the loss of context. Most AI tools start every session from a blank slate, forcing you to re-explain your project goals, past decisions, and source materials every single time. This repository creates a persistent, evidence-based layer that sits between your data and your AI agents. It ingests documents, repositories, and conversations, then organizes them into manageable project rooms with a clear audit trail.

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

ChatGPT Gets Local Hands

Hand ChatGPT the local tools already sitting on your computer, so it can actually do the work instead of just talking about it. Codexless plugs into your existing setup, letting the assistant edit files, run commands, and even control your browser right from your chat window. The genius move here is the smart escalation: it handles routine tasks using free, local capabilities, only calling in the expensive Codex model when a task genuinely requires that heavy lifting. This keeps your expensive quota reserved for the hard stuff while letting you stay in one conversation for everything else.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ laurentzuijdwijk/llama.cpp

Llama.cpp Hits 4.7x Speeds on AMD

Run large language models at four times the normal speed using adaptive speculative decoding on AMD hardware. This fork of llama.cpp solves a critical bottleneck where standard AI inference tools slow down significantly when they try to verify multiple text drafts at once. By letting the system dynamically adjust the number of predicted words based on real-time accuracy, it keeps the generation process fast and efficient. On AMD Strix Halo chips, this approach turns a standard dense model into one that generates structured output at sixty-five tokens per second.

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

DevLens: Visualize Your Codebase

DevLens is the open-source codebase visualizer that turns your messy code into a living map. Instead of staring at files one by one, you get an interactive graph where every function and route has a summary and a security check. The coolest part is that it helps your AI coding agents understand your project instantly without burning tons of tokens, making onboarding and pull request reviews actually fast and clear. If you want to see what breaks before you change it, this is your shortcut to understanding your architecture.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ sentryhostclamp/instagram-downloader-plus

Instagram Downloader Plus: A Surprising Video Editor in Disguise

Instagram Downloader Plus is actually a full video editing suite for Windows, not a simple image saver. It includes a multi-track timeline with real-time preview, letting you mix cameras, sync audio, and apply color grading right inside the app. The tool focuses on making professional post-production accessible to everyday users by bundling transitions, motion graphics, and export presets for cinema or web. You just download the build, unzip it, and run the main file to start editing. It is a free, active project designed to handle complex video tasks without needing expensive software.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ realsquidhatchet/object-remover-vault

Object Remover Vault: A Surprisingly Complete Photo Tool

Object Remover Vault is the lightweight Windows photo tool that handles professional print workflows without the bloat. It stands out because it manages complex color profiles and CMYK printing directly, ensuring your digital designs look exactly right when they turn into physical ink. The software keeps things simple by running light on your system while offering non-destructive editing and a built-in library for templates and brushes. It is a focused utility designed to get out of your way, letting you manage assets and typography with precision. This is a clean, no-nonsense environment for creators who need reliable output without learning a massive, complicated suite.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ maroonaldemodulator/real-debrid-flow

Real Debrid Flow: Windows Activation Explained

Real Debrid Flow is a fast Windows tool that handles system activation without slowing your computer down. It works as a universal activation toolkit, using digital license methods that tie your software to your specific hardware for permanent use, or KMS methods that work online or offline for any product edition. The main draw is its cleanliness: it has a tiny footprint and zero background overhead, meaning it does the job and stays out of your way without needing extra dependencies. It’s a simple, lightweight utility designed to get your Windows setup activated and running smoothly.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ petergyang/fuck-cancer

The Ultimate Cancer Advocacy Tool

Cut through the medical noise with a single, living document that keeps your family's cancer fight organized. The project called Fuck Cancer transforms scattered reports, screenshots, and confusing doctor notes into one clear brief that answers three critical questions: what do we know, what should we do next, and how do we advocate for our loved one. It uses trusted sources like the National Cancer Institute and official trial databases to translate dense medical jargon into plain English, so you are never guessing during high-stakes conversations.

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

Naksha: Real-Time 3D Floor Plans

Walk through your physical floor plans in a fully interactive three-dimensional browser model. Naksha lets you translate flat architectural drawings into a live, navigable three-dimensional space with real daylighting, built entirely from a single data file. By treating the layout as data rather than static shapes, any change to a wall automatically updates the entire model, including the surrounding furniture and room measurements. It solves the classic problem of messy corner gaps by using a clever wall-solver algorithm that mitres wall joints perfectly. You can even overlay the original blueprint directly under your model to instantly catch discrepancies.

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

FireRedAudio

You can now edit the spoken words, pitch, or speed of an audio recording using simple natural language instructions. This is made possible by fireredaudio, an open-source audio language model designed to handle speech tasks with a unique dual-pathway architecture. Instead of relying on a single representation, it separates its audio understanding and speech generation processes while keeping them integrated within a shared nine-billion-parameter backbone. This separation allows the model to transcribe long recordings, clone voices from short clips, and synthesize entirely new voices from descriptive text. If you want a flexible, all-in-one stack for complex voice tasks, this model provides a powerful starting point.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ agricidaniel/on-page-seo

On-Page SEO Analyzer

on-page-seo is the web auditing application that automates deep technical reviews across hundreds of web pages simultaneously. Built with React and Node, this project lets you input a domain, automatically discover every page using Firecrawl, and analyze dozens of crucial search engine metrics in real-time. Instead of checking sites page by page or paying for expensive enterprise software, you get direct tracking of core web vitals and overall performance scores locally. It is a fantastic tool for developers wanting a quick, self-hosted health check on their web assets before publishing.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ breezeblue-ai/breeze-tts

Breeze TTS 2

You can now generate custom, studio-quality voices just by describing what you want in plain English or Chinese. The new open-weight text-to-speech engine, Breeze TTS, lets you design completely new voices from scratch using a simple text prompt. If you want to clone an existing voice instead, you can steer its emotion, pace, and delivery using natural language instructions. It even supports expressive inline vocal events like sighs, laughs, or coughs written directly in parentheses. With its incredibly low latency, this system is perfect for creating highly realistic, interactive, and responsive voice agents that sound like real people.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ kevin-liu-01/claude-of-tanks

Claude of Tanks

Claude of Tanks is the browser-based combat game that runs a full-scale multiplayer tank simulator without needing a massive game engine. Built using pure web tools, it delivers real-time tactical combat directly in a standard web browser on both phones and computers. You get to control over one hundred highly detailed historical and modern tanks across sixteen completely destructible battlefields. What makes this project truly fascinating is that its complex physics, ballistic armor equations, and 3D environment were generated from start to finish by an artificial intelligence pipeline. Check out the code to see how modern web graphics can push the absolute limits of browser gaming.

πŸ†” @hackernewsgithubprojects