9885
See what the GitHub community is most excited about today. A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel. Author and maintainer: https://github.com/katursis
#python #antigravity #claude_code #codex #gemini #graphrag #knowledge_graph #leiden #openclaw #rag #skills #tree_sitter
Graphify is an AI tool that maps your entire project—code, docs, PDFs, images, and videos—into a searchable knowledge graph instead of forcing you to grep through files. You simply type `/graphify .` in your AI coding assistant (like Cursor, Claude, or Copilot) to get three outputs: an interactive HTML map, a report with key concepts and surprising connections, and a JSON file for instant queries. The main benefit to you is that you can instantly ask complex questions like "what connects auth to the database?" and get precise answers from the graph, saving hours of manual file searching and helping you understand your project's architecture faster.
https://github.com/safishamsi/graphify
#rust #agent #agent_orchestration #ai #ai_agents #claude_code #cli #codex #coding_agents #developer_tools #devtools #multiplexer #rust #terminal #terminal_multiplexer #terminal_ui #tmux #tui #workspace_manager
Herdr is a single Rust terminal multiplexer that lets you run multiple AI coding agents in real panes with live status tracking, showing exactly who is blocked, working, done, or idle. Your benefit is effortless management: you see all agents in one terminal, detach and reattach without losing work, and use mouse-native controls plus remote SSH access, so nothing dies when you close your laptop and you always know which agent needs help.
https://github.com/ogulcancelik/herdr
#typescript
Astryx is Meta’s open-source, fully customizable design system built for people and AI agents, offering 150+ accessible components, dark mode, and brand-level theming without styling lock-in. You benefit by speeding up development, maintaining visual consistency, and collaborating seamlessly with AI tools—all while customizing deeply without forking or wrapping code, saving time and reducing errors.
https://github.com/facebook/astryx
#jupyter_notebook
This repository shares free, organized study materials for all software engineering courses at the university, covering freshman to senior years. The main benefit to you is reduced exam anxiety because you gain easy access to past questions and notes that help you prepare efficiently. It also teaches you to build real problem-solving skills instead of just memorizing for tests, while fostering a community where students support each other fairly without cheating or unnecessary stress.
https://github.com/LecterChu/nwpu-cram
#java #apache_maven #build_management #hacktoberfest #java #maven
Apache Maven is a build automation tool for Java projects that manages compilation, testing, and packaging using a centralized Project Object Model (POM). It simplifies complex tasks by automatically handling dependencies, enforcing standard project structures, and generating documentation from a single configuration file. The benefit to you is that Maven acts like a project assistant, removing build chaos so you can focus on writing code features instead of managing libraries or fixing inconsistent setups, making your workflow faster and more reliable.
https://github.com/apache/maven
#go
no-mistakes is a local git proxy that validates your code with AI before pushing it to your real remote, automatically fixing safe errors and opening clean pull requests. You benefit by saving time because it blocks sloppy code from reaching your team, ensures your PRs are ready for review immediately, and lets you or your coding agent focus only on important decisions while the tool handles testing, linting, and documentation.
https://github.com/kunchenguid/no-mistakes
#kotlin #android #androidauto #headunit
Headunit Revived is an Android app that turns your tablet or phone into a display for Android Auto, using your phone to process maps and audio instead of the tablet. This saves you from buying a expensive new car head unit, letting you enjoy Android Auto’s safe, distraction-free interface on a larger screen you already own while keeping all heavy processing on your phone.
https://github.com/andreknieriem/headunit-revived
#typescript #ai #ai_agents #ai_tools #automation #boilerplate #claude #claude_code #clone #developer_tools #nextjs #react #reverse_engineering #shadcn_ui #skills #tailwindcss #template #typescript #web_scraping #website_clone
This template helps you rebuild a website into a clean Next.js app with AI coding tools. You point it at a URL, run `/clone-website`, and it finds the design, downloads assets, writes component plans, and builds the site in parts, which saves time and helps you recreate a site more accurately.
https://github.com/JCodesMore/ai-website-cloner-template
#other #football #football_data #soccer #soccer_data
This dataset has 49,398 men’s full international football matches from 1872 to 2024, with scores, tournaments, locations, penalty shootouts, and goal scorers. It uses current team names for easier tracking, but country names stay true to the time of each match, which makes history and team stats easier to analyze. You can use it to study team strength, football trends over time, home advantage, major tournament effects, and which countries host the most matches.
https://github.com/martj42/international_results
#swift #ai_video #claude #macos #mcp #seedance2 #swift #video_editor
Palmier Pro is a free, open-source Mac video editor made for AI. You can edit videos in a timeline, generate images and video inside the editor, and let tools like Claude, Codex, or Cursor help with the work through MCP. The main benefit is that you can create and edit faster in one place, without switching between different apps. It works on macOS 26 with Apple Silicon only, and the AI generation features need a login and subscription.
https://github.com/palmier-io/palmier-pro
#html #awesome #awesome_list #generative_ai #interview_questions #large_language_models #llms #notebook_jupyter #vision_and_language
This guide is a free, one-stop place for generative AI learning. It gives you papers, courses, roadmaps, interview prep, code notebooks, and tools, so you can quickly learn the basics, build apps, and prepare for jobs. It helps you save time by putting many useful resources in one place and showing what to study next.
https://github.com/aishwaryanr/awesome-generative-ai-guide
#typescript #api #api_client #api_design #curl #electron_app #graphql #grpc #http_client #rest_api #websockets
Insomnia is a free, open-source API tool for designing, testing, debugging, and mocking APIs across REST, GraphQL, gRPC, WebSockets, and more. You can keep data local, sync with Git or the cloud, and use features like automated tests, OpenAPI design, CLI support, and collaboration, which helps you work faster, protect sensitive data, and manage API projects more easily.
https://github.com/Kong/insomnia
#python #generative_ai #ltx #ltx_2
LTX-2 is an open-source AI video model that makes video and sound together in one system, with sync between speech, movement, and audio. It offers high-quality results, multiple speed and quality modes, API use, and local running, so you can create faster previews or more polished videos depending on your needs.
https://github.com/Lightricks/LTX-2
#python #agent #agentic_ai #ai #claude #copilot #cursor #elevenlabs #ffmpeg #flux #image_generation #open_source #openai #python #remotion #stable_diffusion #text_to_speech #text_to_video #video_generation #video_production
OpenMontage turns a plain idea or even a reference video into a full video production workflow, handling research, script writing, asset creation, editing, captions, and final rendering. Your benefit is faster video creation with lower cost, more control, and fewer surprises, because it can use free/open footage or AI tools, estimate cost first, and check quality before showing you the result.
https://github.com/calesthio/OpenMontage
#python
RLMs let a language model break a large task into smaller parts, call itself again, and work through very long inputs more effectively. They include tools for local or isolated code execution, support major model providers, and offer training and logging features. For you, this means better handling of long-context tasks, more flexible model workflows, and a way to test or train your own recursive AI system safely.
https://github.com/alexzhang13/rlm
#javascript
This Codex plugin lets you run GPT-5 inside Claude Code to review code and delegate tasks without switching models. The benefit is that it acts as a second pair of eyes, dramatically improving your code accuracy and debugging workflow while using your free ChatGPT subscription, making your entire setup 10x better with no extra cost.
https://github.com/openai/codex-plugin-cc
#html #excercises #fitness #fitness_app
This dataset provides 1,324 fitness exercises with step-by-step instructions in six languages, plus tools to build your own workout app backend. While it includes all text data and metadata, it does not bundle GIFs or images due to ownership claims, so you must add your own media. The benefit is a ready-made, multilingual foundation that saves you months of data collection and coding, letting you launch a professional fitness app or AI coach quickly without needing to recreate the exercise database from scratch.
https://github.com/hasaneyldrm/exercises-dataset
#python #agent_skills
Agent Skills are lightweight, open folders containing plain-language instructions and resources that give AI agents specialized knowledge and repeatable workflows, solving the problem of missing context for real work. You benefit by defining complex tasks like data analysis or compliance checks once and reusing them across any compatible agent, ensuring consistent expert-level output without rewriting prompts, while saving thousands of tokens through progressive disclosure that loads full instructions only when needed.
https://github.com/agentskills/agentskills
#css #markdown #obsidian #parsedown #perlite
Perlite is a web-based Markdown viewer that automatically builds your Obsidian vault into a website without needing manual conversion or a database. You simply place your vault in a web directory, and the page creates itself instantly, supporting Obsidian themes, graphs, and links. The biggest benefit for you is that you can publish your notes to your own web server as a free, open-source alternative to Obsidian Publish, gaining quick access to your notes from anywhere without paying for cloud services.
https://github.com/secure-77/Perlite
#typescript
DESIGN.md is a Markdown file that combines exact design values (like colors and fonts) with clear explanations of why they matter, giving AI agents a persistent, structured understanding of your brand's visual identity. This benefits you by ensuring every AI-generated design stays consistent with your brand without needing to repeat rules, while its built-in CLI tools automatically validate accessibility and catch errors before code is written.
https://github.com/google-labs-code/design.md
#typescript #ade #agent_ide #ai_agents #claude_code #cli #codex #cursor_agent #devtools #ghostty #ide #mobile_app #opencode #orchestration #parallel_agents #pi #terminal #worktrees #yc_backed
Orca is an open-source AI development environment that lets you run multiple coding agents like Claude Code or Codex side-by-side in isolated worktrees, monitor them from your phone, and merge the best results. You benefit by saving time avoiding repetitive tasks, comparing AI outputs instantly, and building faster without switching contexts, all while using any CLI agent you prefer on macOS, Windows, or Linux.
https://github.com/stablyai/orca
#python
Hiring Agent reads your PDF resume, extracts structured data, and enriches it with your GitHub profile to give a fair, explainable score with category breakdowns. You benefit by getting an objective evaluation that removes human bias, highlights your real skills and projects, and speeds up your hiring process with transparent, evidence-backed feedback you can trust and improve.
https://github.com/interviewstreet/hiring-agent
#typescript #ai #animation #ffmpeg #framework #gsap #html #mcp #puppeteer #rendering #typescript #video
HyperFrames is an open-source tool that turns HTML, CSS, media, and animations into MP4 videos. You can use it with the CLI or with AI coding agents, and the same input makes the same video every time, which helps with previewing, testing, and automated production. This benefits you by letting you make editable, web-style videos faster without learning a new video editor, while keeping the output reliable and easy to render locally.
https://github.com/heygen-com/hyperframes
#kotlin #android #api #app #bark #call #chatgpt #dingding #forward #mqtt #pushdear #pushplus #serverchan #sms #smtp #telegram #webhook #wechatapp
SmsForwarder is a free open-source Android app that watches SMS, calls, and app alerts, then forwards them by rules to tools like email, Telegram, DingTalk, WeCom, Feishu, webhook, and another phone. It also supports remote actions such as sending SMS, checking messages, calls, contacts, and battery, plus simple automation. The benefit for you is that one phone can keep sending important alerts to your main device or work tools, so you can stay informed and manage messages more easily.
https://github.com/pppscn/SmsForwarder
#typescript #agents #ai #react
Agent-Native is an open-source framework for building apps where people and AI agents use the same actions, data, and interface. It helps you build faster, keep everything in sync, and own the code, so you can add agent features, chat, and full apps without lock-in.
https://github.com/BuilderIO/agent-native
#python #ai #ai_agents #cli #hypergraph #information_extraction #knowledge #knowledge_graph #llm #python #rag
Hyper-Extract is a tool that uses AI to turn messy documents into clean, structured knowledge like lists, graphs, and linked data with one command. It gives you fast search, easy visual reports, and ready-made templates, so you can save time, understand information faster, and keep adding new documents without rebuilding everything.
https://github.com/yifanfeng97/Hyper-Extract
#other #agentic_ai #coding #llm #long_horizon
GLM-5.2 is the latest open-source model built for long, complex tasks, featuring a stable 1 million-token context that lets you handle huge projects without losing track of details. It also offers stronger coding skills with flexible thinking modes to balance speed and quality, plus faster performance. You benefit by getting reliable, high-quality results for big software engineering jobs, automated research, or long planning sessions, all while using an open model that saves costs compared to closed alternatives.
https://github.com/zai-org/GLM-5
#other #ai #artificial_intelligence #deep_learning #intelligent_machines #intelligent_systems #machine_intelligence #machine_learning #neural_network #reinforcement_learning #statistical_learning #unsupervised_learning
This is a curated AI roadmap with books, courses, papers, tools, and agents for learning and building modern AI systems. It helps you quickly find trusted resources for RAG, agents, evals, deployment, and coding tools, so you can learn faster and build better AI products with less guesswork.
https://github.com/owainlewis/awesome-artificial-intelligence
#c_lang #aider #ast #claude_code #code_analysis #code_intelligence #codex #cursor #cypher #developer_tools #gemini_cli #graph_visualization #kilocode #knowledge_graph #mcp #mcp_server #model_context_protocol #opencode #sqlite #tree_sitter #windsurf
This is a fast, local code tool that builds a smart map of a codebase, so you can find functions, calls, routes, and dependencies in seconds instead of reading files one by one. It works on macOS, Linux, and Windows, supports many languages, and helps you understand changes, reduce wasted tokens, and save time while coding.
https://github.com/DeusData/codebase-memory-mcp
#rust #adb #android #bloatware_list #bloatware_removal #debloat #debloater #debloating #privacy
Universal Android Debloater Next Generation is a tool that removes unnecessary Android system apps to improve privacy, speed, battery life, memory use, and even security by reducing the attack surface. It does not collect or send your data, and its only outside connections are to GitHub for app lists and update checks. For you, this means a cleaner phone that may run faster, use less power, and expose fewer risks, but it should be used carefully because changes can affect your device.
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation