57 subscribers
7.3K videos
7.91K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
📦 orchidfiles/ungate

Ungate

Route your Cursor chat requests directly through your web subscriptions to stop paying for expensive API tokens. By setting up a secure local proxy and a Cloudflare tunnel, ungate intercepts your editor requests and translates them so they run seamlessly under your existing Claude and ChatGPT account plans. It handles everything behind the scenes, from translating complex streaming tool calls to fixing that annoying Cursor bug where your API key settings randomly turn off. You get the same smart completions and image support in your editor without running up a massive developer bill. Just install the extension, link your accounts, and write code on your subscription's dime.

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

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

SuperMap

Imagine a robot that does not just map a room, but actually remembers how it changes over time. Carnegie Mellon researchers built supermap, a living spatial memory that acts like a four-dimensional brain for AI. Instead of static 3D models, it builds a queryable timeline of every single object, keeping track of its location even when it gets blocked from view. A robot can use this memory to look at a room, understand where a coffee cup went, and reason through complex tasks. It runs fully live on robot hardware, making real-world navigation genuinely smart.

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

pohuy

Imagine an artificial intelligence assistant that actually talks like a real senior software engineer who has spent twenty grueling years fixing production servers. This brilliant open-source project called pohuy introduces an idiomatic Russian profanity mode for artificial intelligence agents. It replaces polite corporate filler with incredibly accurate, context-aware engineering slang, categorizing project emergencies from simple minor bugs all the way to complete data disasters. It keeps raw code and pull requests clean, but lets the chat run wild with authentic developer energy. It is the perfect way to make debugging feel like you are talking to a real human friend.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 vladuzh/qwen-scribe

Qwen Scribe

Your Mac can now transcribe audio and video locally without sending a single byte of data to the cloud. A clever developer built qwen scribe, a lightweight desktop app designed for Apple Silicon that uses a local open-source speech model to handle completely private transcription and system-wide dictation on your GPU. By simply holding down the right Command key in any application, you can speak, release the key, and watch your words instantly paste right at your cursor. It is the perfect private alternative to cloud dictation, keeping your voice recordings and transcripts safely locked on your own machine.

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

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 mpociot/codex-micro-stream-deck-emulator

Codex Micro Stream Deck Emulator

You can turn your ordinary Elgato Stream Deck into a custom physical controller for the ChatGPT desktop app. With the clever codex-micro-stream-deck-emulator, the ChatGPT app gets tricked into thinking your Stream Deck is a genuine Codex Micro macro pad. When you connect it, your device keys instantly reflect your active tasks with color-coded status updates, while the built-in action keys and dials control reasoning depth and push-to-talk mic features. It achieves this magic on macOS by running a background bridge and injecting a tiny, non-invasive runtime shim into the ChatGPT app. It is the ultimate productivity hack for power users who want tactile, real-time physical control over their AI workflows.

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

Quill

Record and transcribe your meetings completely offline using a tiny, ultra-minimalist menu bar app for Mac. Quill runs entirely on your local machine, capturing your microphone and your computer's system audio as two separate tracks. When you stop recording, it automatically runs an on-device speech model to generate a speaker-tagged transcript, matching your voice against the other side of the call with zero data ever leaving your computer. By separating the audio streams, it achieves incredibly accurate transcriptions without needing complex speaker-identification models. It is the perfect, private way to document your calls and keep your data safe.

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

Agent Manager

Agent Manager is the terminal user interface that finally lets you run and monitor all your artificial intelligence coding agents side by side. It coordinates tools like Claude Code, Codex, and Grok Build in independent terminal multiplexer sessions, ensuring they keep running in the background even if you close the dashboard. Instead of digging through endless terminal tabs to see if an assistant is stuck or finished, you get a clean, grouped project tree showing live statuses and file previews. Best of all, you can review exact code diffs and send feedback directly to an agent with a single keystroke.

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

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 amd-agi/instella-moe

Instella MoE

This open source project trained a state-of-the-art, sixteen-billion-parameter language model completely from scratch on advanced silicon. The repository contains the complete training pipeline for instella-moe, a mixture-of-experts model that only activates a fraction of its parameters at any given moment to keep generation fast and efficient. It guides you step-by-step through every phase of development, including pre-training, long-context extension, and direct preference optimization. Developers can use this codebase to easily reproduce or build upon high-performance language systems on modern hardware. Check out the repository to run the code, download the pre-trained weights, and explore the advanced architecture today.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 artexis10/endstate-gui

endstate-gui

Setting up a brand new computer usually means wasting hours downloading installers and adjusting buried settings. With endstate-gui, you can package your entire digital setup into a single portable file and restore everything in moments. It captures your installed applications and configurations, then rolls them out onto a clean machine with just a few clicks. The desktop interface provides clear visual summaries of your system state, lets you choose exactly which settings to migrate, and tracks the restoration process in real time. It is a simple way to make upgrading your hardware or resetting your workspace completely stress-free.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 gimanh/taskview-community

TaskView Community

Manage your software projects on your own infrastructure without the bloat of massive enterprise platforms. This source-available project management tool puts you back in complete control of your data, providing a clean alternative to subscription-based services. You can easily organize tasks with visual boards, track deep dependencies, and monitor sprints, all while keeping your team's sensitive information self-hosted. The most exciting part is the built-in model context protocol server, which lets you connect AI assistants to securely update statuses and automate workflows. It is the perfect way to run private, intelligent project management on your own terms.

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

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

Perry

Your TypeScript code can now run as fast as Rust without needing a JavaScript engine at all. A clever new native compiler called Perry compiles TypeScript directly into standalone, machine-code executables. It completely bypasses Node, Bun, and Electron, stripping away the bulky runtime entirely. By utilizing SWC and LLVM, Perry produces tiny, self-contained binaries that start instantly, with a basic hello world landing at just three hundred thirty kilobytes. It even links to real native platform widgets for building lightweight user interfaces. If you want high-performance, single-digit megabyte applications using the language you already know, it is time to try compiling your TypeScript.

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

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

podpdf

Generating standard PDF files in server environments can be surprisingly heavy, often requiring massive packages with dozens of bloated dependencies that slow down execution. The tiny library podpdf solves this completely, offering zero-dependency PDF generation for Node and Bun that is over five times faster than traditional tools like jsPDF. At just nine kilobytes, it lets you construct layout-perfect documents, tables, geometric shapes, and clickable links using a clean, chainable code syntax. If you need client-side files, a specialized browser version easily triggers native downloads. It is the perfect, ultra-lightweight tool for generating rapid invoices and reports without the typical overhead.

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

BeHive Deep Research Engine

BeHive is the open-source research engine that turns chaotic web searches into structured knowledge graphs. Instead of handing you a generic wall of text with outdated information, this tool deploys an army of specialized digital scouts to query over seventy APIs and harvest raw data from across the web. What makes it incredible is its eight-layer evasion stack that sails right past annoying anti-bot blocks to grab clean source materials. It then extracts, scores, and links specific factual claims, preserving them in a persistent network of real-world entities. You get back verifiable, machine-readable data instead of artificial intelligence slop.

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

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

Lifeline

The interactive timeline component that maps your life, company history, or project journey onto a beautiful scrolling rail. Lifeline displays your milestones horizontally with smooth desktop scroll scrubbing and automatically wraps into a clean vertical list on mobile. You can attach hover media reveals, add interactive floating photo cards, and even trigger smooth lightbox expansions. Because it distributes directly as a shadcn registry component, the complete source code drops straight into your React project, giving you total control over every animation, styling class, and breakpoint without wrestling with rigid, external package dependencies.

🆔 @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
📦 alvinreal/awesome-openclaw

Awesome OpenClaw

Awesome openclaw is a premium curated resource list built specifically for the open-source personal AI assistant ecosystem. This repository serves as the ultimate catalog for anyone looking to build, deploy, or customize their AI agent setups. Instead of searching across the web, you can find official workflows, alternative runtimes, and deployment tooling like Ansible or Kubernetes. What makes it truly exciting is the massive selection of over five thousand community-driven skills, allowing you to easily plug your agent into things like Spotify, Discord, Apple Messages, and custom medical databases. It is a fantastic starting point for creating your own personalized agent fleet.

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

DreamCubed

Generate infinite custom Minecraft worlds using advanced AI diffusion models trained directly on raw chunk data. DreamCubed allows you to dream up realistic biomes and stitch them together seamlessly using clever, overlap-aware inpainting. Instead of relying on traditional, rigid procedural generation, this project applies the same technology behind AI image generators to three-dimensional block layouts. You can swap biomes on the fly, fill in missing sections of a map, or generate massive landscapes using spiral and checkerboard patterns. It is an incredibly clever way to merge modern machine learning with sandbox world building, opening up brand new possibilities for game design.

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

Cloudflarebase

Build full stack applications on a global edge network without the usual server setup headache. This clever tool brings the ease of Firebase directly to Cloudflare, combining database power and user authentication into one unified system. Instead of configuring endless cloud resources, you write your code and let the project handle routing, user state, and storage automatically. It is perfect for developers who love the speed of serverless architecture but miss having a simple, all-in-one backend to build prototypes quickly. Grab this tool to deploy global applications in minutes and spend your energy writing features instead of plumbing.

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

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

ClaudeBar

ClaudeBar is the macOS menu bar app that finally keeps your AI coding assistant usage quotas visible at a single glance. If you write code, you know the frustration of suddenly hitting an unexpected rate limit mid-flow. This clever tool sits quietly in your menu bar, monitoring your limits for Claude, GitHub Copilot, Gemini, and many others in real time. It uses simple green, yellow, and red color codes to warn you when your quota is running low, and even sends system notifications before you run out. Grab ClaudeBar on Homebrew today and never get cut off by an AI quota limit again.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 grafana/ai-sdk

Grafana AI SDK

Build streaming, tool-calling artificial intelligence backends in Go that communicate perfectly with React frontends. The ai-sdk bridges the gap between Go systems and popular web interfaces by speaking the exact wire protocol needed for smooth, real-time streaming and tool execution. Instead of struggling with custom network code to stream responses or handle complex tool orchestration, you can plug this in to connect major language models straight to your user interfaces. It makes building interactive, agent-like experiences incredibly straightforward. Check out the project to start building fluid, responsive AI features into your web applications today.

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

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 quesmaorg/awesome-ai-tokenomics

Awesome AI Tokenomics

Most developers think their massive AI bills are just the inevitable cost of using smart models, but a hidden waste tax is quietly eating up to thirteen percent of your spend. This open source project maps out where AI tokens actually go and reveals that the way your agentic coding harness is built rivals the model choice itself as a cost driver. From tool schema overheads to compaction engines that trigger endless file re-read loops, the repository provides tools, research, and copy-paste setups to audit your prompt cache hygiene and build token-efficient workflows that stop wasting real engineering dollars on invisible overhead.

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

🆔 @hackernewsgithubprojects