56 subscribers
7.27K videos
7.87K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ bazedfrog/songgeneration-studio

Create Full Songs From Text with SongGeneration Studio

SongGeneration Studio turns simple text prompts into complete, professional-quality songs with vocals and instrumentals. Powered by Tencent’s LeVo model, this tool lets you build tracks section by sectionβ€”verses, choruses, and bridgesβ€”while controlling genre, mood, and voice. You can even upload reference audio to clone a specific style. It handles batch processing and lets you separate stems for remixing. The app uses a clean web interface and installs easily via Pinokio. You will need an NVIDIA GPU with at least 10 gigabytes of VRAM to run it. It is a powerful way for creators to prototype music without playing an instrument.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ ogulcancelik/pi-extensions

Pi Extensions

Pi Extensions lets you plug extra features into the Pi terminal coding agent. It solves the problem of repetitive permission prompts by adding an auto-permissions system that automatically checks if a command matches what you actually asked for before it runs. You can also recall past sessions to search for old context, fork conversations to experiment safely, and even sync your terminal theme colors. It is a handy collection of tools that makes your coding agent smarter, more secure, and easier to control without needing to rewrite your workflow.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ next-state/open-dreamer

Open Dreamer

Open Dreamer is the open-source world-model implementation that lets you train an AI to predict video frames in real time using JAX. It teaches a computer to watch Minecraft gameplay, learn the hidden rules of movement, and then generate new, continuous video sequences from scratch without just copying old clips. You can actually jump into a live, in-browser demo to toggle between the real game and the AI’s dream world, watching it hallucinate smooth gameplay on the fly. It handles everything from training the video tokenizer to generating new scenes, making complex reinforcement learning research accessible and visual.

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

AlohaMini: Under $1,000 Dual-Arm Robot

AlohaMini is a fully open-source dual-arm mobile robot that you can build at home for under a thousand dollars. It features a motorized vertical lift that raises the entire robot chassis, giving it a significant height advantage for table-top tasks. The system uses a Raspberry Pi and five USB cameras for visual perception, making it ready for embodied AI research out of the box. Unlike many projects that require massive industrial printers, this design is small enough to print on a standard consumer machine in about two hours. It combines affordable hardware with open software to let researchers and makers experiment with real-world manipulation without expensive lab equipment.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ finna/finn-loop

Finn-loop: The AI Software Factory

Finn-loop is the small AI software factory that lets you build and review code with a strict human-gate rule. It connects your ideas to Linear issues and GitHub pull requests through three simple steps. First, a spec skill interviews you to clarify requirements. Next, a build skill claims an approved task, writes the code, and opens a pull request. Then, a review skill checks that work against the original plan and posts a verdict. You only merge when everything is green. This setup keeps agents focused on execution while you handle the final decisions. It is a practical way to use artificial intelligence for development without losing control.

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

Shieldbreak: Windows Defender Bypass

Bypass Windows Defender’s core protections using a single zero-day exploit. Shieldbreak demonstrates a full patch bypass against the RoguePlanet vulnerability, effectively rendering the antivirus useless. This tool exploits a flaw that Microsoft has failed to fix in their latest releases. It works with a hundred percent success rate on Windows eleven and server twenty-five, proving that even the most trusted security guard can be tricked. The concept is simple: find a hole, slip through, and walk away. It is a stark reminder that no system is perfectly secure. You can check out the details to see how it all works.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ fimbox/html-in-canvas

HTML in Canvas: Rendering Space in a Canvas

Turn a web page into a drawn canvas with this project. It takes standard HTML content and renders it directly onto an HTML canvas element, effectively simulating a drawing surface. This is a reproduction for Space, a platform that lets you build and share interactive web experiences. By converting markup into pixel data, it allows creators to embed complex, dynamic visuals into their apps without needing advanced graphics code. It is interesting because it bridges the gap between standard web layout and custom drawing, offering a unique way to present content.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ getarbor-dev/arbor

Arbor: Graph-Native Code Intelligence

Arbor builds a semantic dependency graph from your code, turning functions and classes into nodes and connections into edges, so you can predict exactly what breaks before you break it. Unlike standard AI tools that guess from text, Arbor traces real calls and imports to give you deterministic answers about blast radius and impact. This means you get precise, confidence-scored insights on what changes will affect, eliminating the guesswork and hallucinations that plague typical coding assistants. It replaces fuzzy text searches with a structured map of your entire project, making refactoring safe and onboarding faster.

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

GeoLens: The Self-Hosted Geospatial Hub

GeoLens turns your own server into a complete geospatial catalog that lets you search for maps by meaning, not just keywords. You can upload files, connect to existing databases, or pull in live data feeds, and then explore everything together in a single, secure place. The real magic happens when you search for concepts like hydrology and instantly find related datasets that never mentioned that word in their titles. It builds interactive 3D maps right in your browser and lets you share them without exporting files or worrying about compatibility. It works with tools you already use and keeps all your data safely on your own infrastructure.

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

SolidType: The Web CAD That Actually Collaborates

SolidType is the parametric CAD application that finally brings real-time collaboration to web-based 3D design without the usual lag or data conflicts. Most online design tools just let you view files, but SolidType lets multiple people edit the same model simultaneously, merging changes instantly using clever conflict-resolution tech called CRDTs. It keeps your project structure synced from a database while your actual 3D sketches and shapes sync through dedicated streams, ensuring no work is ever lost even if connections drop. There is even an AI assistant that understands your sketches and can help build shapes for you.

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

Watermarks Remover Explained

Modern AI models hide invisible signals in your text and files to prove they generated the content. This project actually strips those multi vendor marks from documents and images for privacy on content you own. It removes tricky hidden characters and strips provenance metadata from formats like PDF and PNG. The surprising part is how it handles the text itself. Instead of just deleting characters, it uses a rewrite hook to change the wording. This breaks the statistical patterns that AI detectors look for without changing the meaning. It is a clever way to reclaim control over your own digital output.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ mesamirh/moviebox-tui

MovieBox-Tui Terminal Streaming

MovieBox-Tui turns your terminal into a full media hub by searching and playing movies, series, and anime directly through external players like mpv or VLC. It is a fast, keyboard-first Rust application that works on Windows, macOS, Linux, and Android, letting you browse catalogs, watch live IPTV, and download full seasons with smart subtitle selection. Instead of installing heavy video apps, you get a lightweight interface that uses your system’s native player and supports inline posters in compatible terminals. The project is open-source and focuses on speed, privacy, and cross-platform compatibility without hosting any media itself.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ husamql3/db-studio

DB Studio: The Universal Database Manager

DB Studio is the modern database management tool that finally brings every database type into one unified interface. It lets developers run a quick admin panel simply by typing a single command in their terminal, automatically finding their database connection details without needing to install or configure anything manually. Instead of juggling separate tools for PostgreSQL, MySQL, SQLite, or even MongoDB and Redis, this project connects them all to a clean, interactive dashboard where you can run queries, browse tables, and edit records just like you would in any other database app.

πŸ†” @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
πŸ“¦ indranilbanerjee/digital-marketing-pro

Digital Marketing Pro: Your AI Marketing Team

Run a full marketing department from your terminal with Digital Marketing Pro. This open-source toolkit turns your AI assistant into a squad of twenty-four specialists handling everything from SEO audits to paid media planning. Instead of juggling dozens of expensive software tools, you get one system that actually remembers your brand voice and checks every output for accuracy before you publish. The coolest part is the built-in compliance guardrails that ensure your campaigns stay legal across different countries while automatically signing AI content for proof. It is basically hiring a hundred experts who never sleep and never forget a detail, all running on code you can install right now.

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

Psysonic: Winamp Vibes for Navidrome

Psysonic is a stunning desktop app for Navidrome that brings back the classic Winamp look while running super fast. It solves the problem of outdated music players by combining a modern, beautiful interface with the nostalgic feel we love. Built with new tech, it feels snappy and fresh. The coolest part is the fullscreen player, which turns your music into a visual experience with dynamic art and smooth animations. It makes browsing your library feel effortless and fun. If you want a music client that looks great and runs smoothly without the bloat, this is a brilliant choice.

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

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

QzoneArchive

Save your old QQ Zone memories right now by archiving your old posts, photos, and videos directly onto your computer or phone. This app pulls down your past updates, pictures, and comments into a private local database that never touches the internet, so your history stays safe and offline. I love it because it lets you browse a neat timeline of your media and export everything into standalone web pages you can read anywhere, even without a connection. It just works smoothly with pause-and-resume if the network acts up, which is a lifesaver for massive archives.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ microsoft/skill-recorder

Skill Recorder: Turn Screen Clicks into AI Skills

You can record yourself completing a task once and automatically turn it into a reusable digital skill that an AI agent can repeat. This desktop app captures your screen clicks, window switches, and optional voice narration, then uses the Copilot CLI to analyze the session. It translates those raw actions into a clear plan of intent and ordered steps. You can then export this plan as an automated procedure for tools like Copilot Studio. It is a practical way to teach your computer to handle repetitive work by simply showing it how you do it.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ meta-quest/agentic-tools

agentic-tools

agentic-tools is the developer toolkit that turns your AI coding assistant into a Meta Quest VR expert. Instead of guessing through complex documentation, it provides pre-built skills that guide agents through Unity setup, performance debugging, and store submissions. It works by packaging specific VR knowledge into reusable instructions that plug directly into tools like Claude or Cursor. The most useful part is how it connects your AI to your physical headset via the metavr command line, letting agents install apps and check logs automatically. It basically bridges the gap between writing code and testing it in virtual reality, making Quest development way less frustrating for anyone building immersive experiences.

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

CCPM - The Project Manager Agent

CCPM is the project management skill that lets multiple AI agents build software in parallel without stepping on each other's toes. It replaces chaotic chat logs with a strict system where ideas become written specs, then break down into GitHub issues that act as the single source of truth. The real magic happens when the tool splits a single feature request into five independent work streams, launching separate agents to code database tables, logic, and tests at the same time. This keeps context clean, prevents conflicting code, and ensures every line of software traces back to a clear plan.

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

Arbor: Stop Breaking Code You Didn't Mean To

Arbor is the code intelligence tool that finally tells you exactly what will break before you make the change. Most AI coding assistants just scan text and guess, often leading to hallucinated answers that mislead developers. Arbor takes a completely different approach by building a semantic dependency graph that treats functions and classes as connected nodes. It uses deterministic logic to map out every single call and import, meaning it knows precisely which files rely on the code you are about to modify. Instead of vague suggestions, it gives you a clear blast radius report showing the real impact of your edits.

πŸ†” @hackernewsgithubprojects