56 subscribers
7.27K videos
7.87K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
📦 musoyangrigor/gitx-skill

GitX: The AI Skill That Cleans Up Your Messy Commits

GitX is the portable AI skill that turns chaotic agent edits into clean, logical Git history. If you have ever stared at a wall of code changes from an AI tool and panicked about how to commit them properly, this is your fix. GitX plugs into agents like Claude or Cursor to automatically group your work, write smart conventional commit messages, and even handle branch creation and pull requests for you. It handles the boring, risky parts of Git so you do not have to think about merge conflicts or secret scanning.

📰 https://news.ycombinator.com/item?id=49401487

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 westpoint-io/mimik

Record Your Workflow as You Click with Mimik

Hit record, perform your browser task, and watch a polished step-by-step guide assemble itself in real-time. Mimik is a local browser extension that captures every click and keypress to instantly create annotated screenshots, eliminating the tedious work of manual documentation. The standout feature is its Guide Me mode, which allows you to replay your recorded steps directly on the live webpage, highlighting the next element and guiding the viewer through the process without needing to leave the site. Because everything runs locally, your sensitive data never leaves your device, making it a secure way to document internal tools or create tutorials.

📰 https://news.ycombinator.com/item?id=48098187

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 neeeophytee/agent-stylebooks

Agent Stylebooks: Why AI Needs Editorial Rules

Agent Stylebooks is the collection of writing guides that stops AI from guessing at tone. Instead of asking a model to just sound human, you install a specific editorial system, like the one from the Centers for Disease Control or the government of the United Kingdom. The project takes proven public style guides and turns them into simple files that tell your coding assistant exactly how to structure a sentence. It turns vague instructions into clear, repeatable rules. This is useful because it means the error message in your app can sound exactly how a real support team would write it.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 zackb/tether

Tether: iPhone Messages on Linux

Tether is the Linux bridge that finally brings your iPhone text messages to your desktop without needing a Mac. If you have switched to a Wayland-based system like Fedora or Arch but still rely on an iPhone, this project handles the heavy lifting for you. Instead of just syncing the clipboard, it pairs your phone over Bluetooth so you can read and reply to iMessage and SMS directly from your computer. It also mirrors notifications from any app, letting your Linux setup feel as connected as it used to.

📰 https://news.ycombinator.com/item?id=49370499

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 pgrundev/pgbot

pgbot: Your Database's Instant Health Check

pgbot is the one-shot health checker that turns your noisy Postgres database into a clear, readable report without installing a single agent. It connects with strict read-only permissions, scans the system statistics, and gives you a graded score with specific findings like slow queries or missing indexes. The coolest part is that it remembers the last check, so it tells you exactly what changed since your previous run, like a query that just got twice as slow. It is one static binary that works everywhere, making it perfect for quick triage or letting an AI agent get structured data. No servers, no setup, just answers.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 smontlouis/bible-strong-avatar-lab

Build Animated Avatars Right In Your Browser

Drop a character into a browser and watch it come alive with expressive animations, all without touching a backend. Bible Strong Avatar Lab is a studio where you build procedural 2D avatars using simple shapes, define their facial expressions, and string them together into loops or one-shot clips. The coolest part is that once you design your character, you export a single portable file that works directly in React or plain JavaScript, completely detached from the editor. It runs entirely locally, meaning no accounts, no servers, and full control over your creative assets.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 sapphiretoucan/diskgenius-shift

Diskgenius Shift: A Windows Workspace

Diskgenius Shift bundles a full team workspace into a single Windows download that requires zero installation. The project offers a calendar for scheduling, a document editor with markdown support, and an analytics dashboard to track team progress, all wrapped in a lightweight package that runs directly from your disk without needing extra dependencies. It is designed for simple, resource-light daily use, making it an interesting alternative for those who prefer a self-contained tool over complex cloud suites. The main takeaway is that this specific build provides a complete, offline-ready productivity stack for Windows users who want straightforward control over their workflow without the overhead of traditional software installs.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 samukashvili/lumen-ps

Lumen PS: Turning a Flatbed Scanner into a 3D Texture Maker

Lumen PS is the texture-scanning software that turns ordinary flatbed scanner captures into professional 3D material maps. By rotating a subject like a leaf or circuit board four times, it uses the scanner's built-in light and sensor offset to calculate surface depth and color without any special camera rigs. The most surprising part is that it recovers detailed relief, such as individual veins or drilled holes, from just four simple scans. This solves the problem of needing expensive equipment to create realistic, relightable textures for digital art. It gives you normal, height, and color maps ready for game engines.

📰 https://news.ycombinator.com/item?id=49247297

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 cristianolivera1/aura

Aura: The Gradient Tool That Makes Backgrounds Feel Like Light

Aura is a web app that turns simple color layers into backgrounds that actually feel like glowing light. It ships over two hundred preset gradients built with CSS blend modes, so instead of flat fills you get soft, atmospheric washes that look like light bleeding through glass. The standout feature is the in-browser generator: stack layers, tweak blur, opacity, and blend modes in real time, add a grain overlay for a filmic finish, and even generate a prompt to rebuild the exact gradient in AI tools.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 tgo-app-dev/vpipe

Vpipe Runs Massive AI Video Models on a 16GB MacBook

Generate video with sound locally on a standard sixteen-gigabyte MacBook Air. This is the surprising part. Vpipe is a local runtime built specifically for Apple Silicon that runs massive AI models, like the thirty-three billion parameter MiniMax H3, without needing a high-end graphics card or cloud server. It achieves this through custom Metal inference kernels and clever weight streaming, allowing you to create videos and their matching soundtracks entirely on your laptop. The entire runtime is incredibly compact, weighing in under thirty megabytes, which means it fits easily on your machine while handling heavy multimodal tasks like image editing, real-time chat, and video generation.

📰 https://news.ycombinator.com/item?id=49397410

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 cayu-dev/cayu

Cayu: The Runtime for Real AI Agents

Cayu is the production-grade runtime that actually lets AI agents survive long, complex jobs without falling apart. Most agent tools handle the quick chat fine, but they crumble when your agent runs for hours, loses connection, or needs to pause for a human approval. Cayu fixes this by making every step of your agent’s work durable and replayable. It treats your agent’s memory and actions like a real transaction, so if a server crashes, the agent picks up exactly where it left off. It also strictly controls what tools your agent can use and how it spends money, giving you a clear audit trail of every move.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 liguobao/deepseek-harness-remote

DeepSeek Harness Remote: Control Your AI From Anywhere

Your work computer keeps running your AI coding agent, even when you are on a train, and this tool lets you check in from your phone. DeepSeek Harness Remote creates a secure bridge so you can follow active sessions, send new instructions with images, and answer permission prompts from your Android phone or another browser without moving your files. It works by turning your desktop into a host that connects outbound over an encrypted channel, meaning no public ports are opened and your data stays private. The project solves the problem of being stuck away from your workstation while your agent is still processing complex tasks.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 r44vc0rp/pgrok

pgrok: Own Your Tunnel

pgrok is the self-hosted tunneling tool that gives you instant HTTPS on your own VPS. Forget renting from a third party to share your local dev server with the world. With one command, it spins up a secure SSH tunnel and Caddy handles the SSL certificates automatically, so any subdomain you pick works instantly. You even get a live terminal dashboard to watch requests flow through in real time. It is the perfect way to test webhooks or share a staging environment without exposing your home network or paying for a service you do not control.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 only-cli/oc

Stop Wasting Tokens on Web Browsing

Turn any website into a compact command line interface for AI agents, cutting browsing costs from tens of thousands of tokens to just hundreds. This tool fetches a page and returns a tidy, numbered view, allowing agents to read, follow links, and search without the massive overhead of raw HTML. It even slips past basic blocks by mimicking a real browser. The single most impressive thing is that it lets an agent browse a live site using less data than a single tweet, making complex web navigation incredibly cheap. If you are building AI tools, this is the fix for your token bill. Check it out.

📰 https://news.ycombinator.com/item?id=49367419

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 raiyanyahya/llmaker

llmaker: The One-Command LLM Stack

A single terminal command can spin up a private, production-ready AI assistant, complete with vector databases and caching, without writing a single line of configuration glue. This project, called llmaker, solves the painful problem of manually wiring together different AI tools by provisioning the entire fleet on a private network from one simple file. It handles the networking, service discovery, and GPU management so you can focus on building applications instead of managing containers. Because everything runs locally, your sensitive data stays on your own hardware, and you can talk to the model using standard interfaces.

📰 https://news.ycombinator.com/item?id=48726917

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 techomancer/iris

IRIS: Emulating a 1990s SGI Workstation

Boot a full 1990s SGI Indy workstation on your modern computer using Iris, a new emulator written in Rust. It does not just mimic the screen; it simulates the actual MIPS processor, letting you run the original IRIX operating system with a working desktop, shell, and network access. The project is particularly interesting because it uses a specialized compiler to translate the old machine code into native instructions on the fly, ensuring the system runs fast enough for daily use. It even includes safety features that protect your hard drive images from crashes. This is a fascinating look at how complex legacy hardware can be revived on today's systems.

📰 https://news.ycombinator.com/item?id=47940203

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 hars-21/reqsh

The Persistent HTTP Shell

Reqsh remembers your API session even after you close the terminal. Built in Rust, this interactive shell saves your base URL, headers, and variables to a local file, so you pick up exactly where you left off without retyping anything. It acts like a smart command line for testing web services, letting you build requests line by line and instantly replay them. Because it handles state persistence automatically, it solves the annoyance of losing your test setup between restarts. It is a fast, lightweight tool for developers who need a quick way to hit APIs without writing code.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 ashishps1/awesome-engineering-articles

Inside the Engineering Blogs of Tech Giants

Discover how the biggest tech companies solve massive problems by exploring a curated collection of over three hundred engineering articles. This resource gathers insights from teams at places like Airbnb, Discord, and Meta, showing you exactly how they build systems that handle billions of requests. You will learn practical lessons on performance, databases, and artificial intelligence, all written by the engineers who built those tools. It is a direct window into the real world of large scale software, helping you understand the decisions behind the apps you use every day.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 phase-rs/phase

Phase: A Full Magic Rules Engine Built by One Developer

A single developer built an open source rules engine that runs the complex rules of Magic: The Gathering entirely in your browser. Phase uses Rust to handle the logic, compiling it to Web Assembly so it runs fast on desktop, in a web browser, or over a network with friends. The creator started this project because the official game is too complicated for his six year old son, but wanted to build something capable enough for real players. It handles everything from card casting to combat resolution with an AI opponent included.

📰 https://news.ycombinator.com/item?id=49405728

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 shy3130/tick-stock-panel

Tick Stock Panel: Your Local AI Stock Lab

Run your own local stock lab that scans the entire A-share market in milliseconds, letting you test trading strategies before risking a cent. Tick Stock Panel is a self-hosted workspace that pulls real market data, calculates complex indicators, and lets you build, monitor, and backtest your own rules. The coolest part is that it uses AI to help you write these strategies, so you don't need to be a coding wizard. It even plays audio alerts when your signals trigger, acting like a quiet analyst watching the screens for you. It is not a magic money maker, but it is a powerful tool for learning how markets actually move.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 agenticenv/agent-sdk-go

Agent SDK Go: Crash-Proof AI Agents

Agent SDK Go is the development framework that ensures your AI agents survive crashes and restarts without losing a single step. This open-source Go library solves a critical pain point by using durable execution backends like Temporal or Restate to keep agent state, tool calls, and execution loops intact even if your process dies. You can run agents locally with zero setup, but the real power lies in production, where the system automatically reconnects and resumes exactly where it left off. It supports multiple LLM providers, human-in-the-loop approvals, and sub-agents, making it a complete toolkit for building reliable, resilient AI applications in Go.

🆔 @hackernewsgithubprojects