56 subscribers
7.26K videos
7.87K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
📦 joeynyc/spark-doctor

Debug your NVIDIA DGX Spark with Spark Doctor

Running a diagnostic scan shows a clean terminal output detailing system health, GPU metrics, and Docker configurations. This tool serves as a local diagnostic CLI for the NVIDIA DGX Spark platform, gathering scattered performance data into one command to pinpoint issues like power caps, thermal risks, or memory pressure. It validates your model recipes against hardware constraints and provides actionable, plain-English instructions for troubleshooting rather than automated fixes. This ensures you understand exactly why a failure occurred and how to resolve it safely without hidden changes to your setup. Use it to keep your hardware running reliably.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 inclusionai/sing-guard

Build Dynamic AI Safety with SingGuard

A developer runs a simple Python script and receives a clear safe or unsafe judgment alongside a specific risk category for a harmful user query. SingGuard provides a flexible, policy-adaptive multimodal guardrail model that evaluates text, images, and cross-modal content for safety. Instead of relying on static training rules, it allows you to inject custom natural-language policies at runtime, ensuring your safety checks stay relevant to specific needs. By supporting fast-to-slow dynamic reasoning, this tool helps you efficiently moderate content in production environments, making it a powerful utility for keeping AI interactions secure and aligned with your unique standards.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 cisco-ai-defense/skill-scanner

Automated Security Scanning for AI Agent Skills

Skill Scanner provides automated security analysis for AI agent configurations by detecting threats like prompt injection, data exfiltration, and malicious code patterns. This tool employs a multi-engine approach, combining pattern-based detection with behavioral dataflow analysis and LLM-as-a-judge capabilities to identify vulnerabilities while filtering out noise. It is designed for integration into development workflows, supporting CI/CD pipelines through reusable actions and pre-commit hooks. While this software offers extensive scanning coverage to help mitigate risks, it serves as a best-effort defense layer that should be paired with human review to ensure robust security in production environments.

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

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 halilkirazkaya/arsenal-ng

Modern Pentest Command Launcher for Linux and macOS

This command launcher provides instant access to over two hundred cybersecurity cheat sheets directly within your terminal. Built in Go, it features a fast, responsive interface that allows for smart fuzzy searching across command names, descriptions, and tags. The tool simplifies complex workflows by supporting global variables that automatically populate command arguments, reducing repetitive typing during engagements. Once a selection is made, the command is written directly to your terminal buffer, ready for immediate execution. It acts as a lightweight, efficient reference library that keeps your security testing commands organized, searchable, and always at your fingertips.

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

Run a Cloudflare WARP Proxy with Only 800KB of RAM

A terminal window displays a Docker stats report showing the container running with merely 800 kilobytes of memory usage while routing network traffic. MicroWARP is an ultra-lightweight SOCKS5 proxy built for servers that replaces memory-heavy userspace clients with a native Linux kernel interface and a pure C engine. By utilizing WireGuard at the kernel level, it achieves near-zero CPU overhead and functions seamlessly in resource-constrained environments. This tool is perfect for routing API traffic or obfuscating your server IP without consuming system resources. Try this minimalist solution if you need an efficient, high-performance egress gateway for your containers.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 youmind-openlab/nano-banana-pro-prompts-recommend-skill

10,000 AI Image Prompts Right Inside Your Code Editor

This AI agent skill brings a massive library of over 10,000 curated image generation prompts directly into tools like Claude Code and OpenClaw. Instead of searching endlessly for the right style, you simply describe your needs or paste your content, and the skill automatically retrieves top-tier prompt matches along with sample images to guide your creative process. It features a smart remix mode that personalizes templates to fit your specific scripts or articles perfectly. Because the repository syncs with community-driven data twice daily, you always have access to current, high-quality styles for your projects.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 bozhoudev/codex-orange-book

Mastering Codex with the Orange Book

A user scrolls through a detailed digital document that breaks down the entire process of installing and using the Codex platform from start to finish. This repository serves as a comprehensive guide that functions as an unofficial manual for those looking to master the technology through practical real world examples. By offering clear pathways from initial setup to hands on implementation, it demystifies complex workflows and provides a downloadable resource for developers. It is a valuable tool for anyone needing a structured reference to improve their technical proficiency. Grab this guide to streamline your learning and build projects more effectively.

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

Run Fully Sandboxed Virtual Machines on Windows and macOS

Build and run full desktop virtual machines like Windows, Ubuntu, and macOS using this high-performance, open-source tool. It offers an easy way to isolate your work by running programs or testing software inside clean, GPU-accelerated environments that remain completely separate from your host system. You can manage everything through a simple graphical interface or automate the entire VM lifecycle using a scriptable headless API and Python SDK. Whether you are testing drivers, running computer-use AI agents, or just need a secure sandbox for development, this project provides a flexible and powerful way to handle your virtualized tasks.

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

Build AI Directly in the Browser

Developers can now run language models directly in the user's browser without needing a dedicated inference backend by utilizing the in-browser AI stack. This modular framework consists of four libraries that handle on-device model execution on the GPU, manage durable streaming jobs that survive page reloads, and provide a runtime for agents that can execute complex tool-based tasks. Whether you are building local AI tools or need to proxy cloud-based models while keeping API keys secure on the client, this project enables robust, persistent AI experiences that remain functional even when network connections drop or browser sessions are interrupted.

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

Search Your Disk Directly By Bypassing the Kernel

This command line tool performs file searches by bypassing the operating system kernel entirely and reading raw disk blocks directly. By avoiding the standard virtual file system and buffered read paths, it functions as a specialized file searcher that can scan detached volumes like disk images without mounting them. While it requires elevated permissions to access raw device nodes, this approach can outperform conventional tools on extremely large file sets by eliminating kernel overhead. It supports specific file system formats and utilizes multi-core processing to scan through massive data volumes, demonstrating that direct hardware interaction can sometimes offer significant performance advantages.

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

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

Canopy: Parallel Claude Code Sessions for macOS

Canopy is a native macOS application that enables you to run multiple Claude Code sessions in parallel within a single interface. By leveraging git worktrees, it allows you to maintain independent coding contexts for different branches without the friction of stashing changes or juggling multiple terminal windows. The application includes a unified activity dashboard for monitoring token usage, a command palette for rapid navigation, and automated session management that persists your conversation state across restarts. Built with SwiftUI, it provides a high-performance alternative to managing disjointed AI workflows, offering a streamlined path to ship your projects faster while maintaining full control.

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

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

Generate Human Grasps from Stereo Images

Generate diverse human hand grasps for objects by simply clicking on an image captured from a stereo camera. This project provides an official implementation for Human Universal Grasping, a system trained on real-world data to predict precise grasp patterns in MANO form. It includes an interactive application that lets you visualize 3D hand poses and skeletons directly in your web browser. By processing RGB-D inputs, the model understands spatial geometry to create realistic grasping demonstrations. Explore this implementation to advance your work in hand-object interaction and robotics with a ready-to-use inference pipeline for your own captures.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 stepfun-ai/gelab-zero

Build Your Own Local GUI Agent with GELab-Zero

Automate mobile tasks locally by deploying this open-source GUI agent solution that removes the need for cloud dependencies and complex infrastructure. Designed for both personal and enterprise use, it features a lightweight 4B model that runs on consumer hardware to maintain complete privacy. The repository includes a plug-and-play engineering pipeline to handle device management, task distribution, and interaction trajectories across various Android apps. By automating real-world tasks like shopping or navigation, this tool helps developers quickly test and deploy agent workflows. Download the project to regain control over your mobile automation tasks and experience fully local inference.

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

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 xiangchenyin/holo-world

Holo-World: Controllable Video Generation from a Single Image

Holo-World is a unified video world model that enables precise camera, object, and weather control starting from just a single input image. Traditional models often struggle to manage these elements independently or rely on pre-existing source video structure, but this project introduces a specialized dataset called HoloStateData and a Unified Scene Adapter to resolve these limitations. By factorizing world preservation and environmental changes into distinct parameter subspaces, the model maintains scene structure while rendering specific weather effects and particle motion. This approach provides a robust framework for controllable video generation, offering a sophisticated tool for modern visual AI research.

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

Shumai: The Open-Source Alternative for Creative Media Management

Shumai functions as a comprehensive, self-hosted platform designed to streamline creative workflows by providing tools for media storage, project collaboration, and automated asset management. It allows teams to securely store assets using local or S3-compatible cloud storage while enabling precise, frame-specific annotations and timestamped comments on video and image files. Beyond standard review features, the platform integrates an AI agent capable of semantic search, automatic metadata generation, and secure script execution within an isolated sandbox. With its distributed transcoding and granular role-based access controls, Shumai offers a flexible, open-source environment for managing complex production pipelines from start to finish.

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

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

Speed Up RL Training with EfficientRollout

This repository provides a system-aware framework designed to accelerate reinforcement learning rollout generation for large language models. Rollout latency is often a major bottleneck, but this project addresses it using self-speculative decoding, where a quantized version of the target model serves as a drafter. By coordinating a system-aware toggle policy and adapting draft lengths, the framework dynamically switches to speculative decoding only when it is computationally beneficial. This approach reduces overall latency by up to nineteen percent, helping developers optimize training performance without sacrificing model quality, and includes tools to calibrate these settings for specific hardware environments.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 andreknieriem/headunit-revived

Turn Any Android Tablet Into an Android Auto Headunit

Headunit Revived is the specialized Android application that transforms your existing tablet or phone into a functional Android Auto receiver. By handling complex projection protocols, video decoding, and audio mixing, this project allows you to mirror your smartphone experience directly onto a secondary screen. It supports versatile connection methods, including wired USB configurations for direct data transfer and wireless helper modes for seamless network pairing. Whether you are building a custom car dashboard or repurposing older hardware, this tool provides the necessary connectivity and configuration settings to bring the full Android Auto interface to your device.

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

The Ultimate Multi-Harness Agentic Plugin Marketplace

The agents repository is the multi-harness plugin marketplace that synchronizes eighty-four specialized building blocks across five major developer tools from a single source of truth. It solves the fragmentation of agentic workflows by allowing you to maintain one set of plugins while natively supporting Claude Code, Codex CLI, Cursor, OpenCode, Gemini CLI, and GitHub Copilot. You gain access to nearly two hundred expert agents, over one hundred commands, and modular skills, all managed through an automated adapter framework that ensures native performance on every platform. Use this repository to standardize your automated development toolkit and ship agentic capabilities anywhere.

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

Webwright: A Coding Agent Approach to Web Automation

Webwright is a lightweight browser agent framework that allows language models to solve complex, long-horizon web tasks by treating the browser as a tool to be programmed rather than a stateful session to manage. Instead of predicting individual clicks and keystrokes, the agent writes and executes Python scripts to interact with web elements, which makes the entire process repeatable, debuggable, and significantly more robust. By prioritizing the local workspace over the browser state, this tool delivers performance on web-based benchmarks. It can also function as a pluggable skill for existing developer agents, turning them into capable web browsers.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 nv-tlabs/pid

Boost Image Resolution with PiD

PiD is the high-performance pixel decoder that replaces standard VAE models to generate high-resolution images in a single pass. By reformulating latent-to-pixel decoding as a conditional diffusion process, it intelligently unifies the tasks of decoding and upsampling. This approach allows users to transform low-resolution latent representations directly into detailed, super-resolved outputs for various popular diffusion backbones like Flux, SD3, and Stable Diffusion XL. Whether you are scaling up images to 4K or refining fine details with advanced distillation checkpoints, this tool provides a powerful, drop-in solution to elevate your generative image quality and streamline your creative workflow.

🆔 @hackernewsgithubprojects