GITHUB HOT REPOS · JUNE 25, 2026

Hot GitHub repos
of the week.

Report by The Next New Thing.

Scroll for the report ↓

AI video · Agent-native

Describe a video in plain language and your coding agent researches, scripts, edits, and renders the whole thing.

Why it's trending

Turns your AI coding assistant (Claude Code, Cursor, Copilot, Windsurf, Codex) into a full video-production studio. Created less than three months ago and pushed same-day; the README badges #1 on GitHub Trending and momentum is commit- and marketing-driven. Heavily self-promoted via its own YouTube and X.

View on GitHub →
Stars
22k
Language
Python
License
AGPL-3.0
Highlights
  • Agent-native pipeline

    Works with any AI coding assistant; README claims 12 pipelines, 52 tools, 500+ skills.

  • Edits real footage

    Cuts actual stock/archive footage into a timeline, not just animating stills.

  • Concept-first

    Start from a reference video → 2–3 concepts + cost estimates before producing.

  • Cents per video

    Disclosed demo costs: $1.33 Pixar-style short, $0.69 one-key ad, $0.15 FLUX anime.

  • Self-review built in

    Optional FAL/Pexels/Suno/ElevenLabs keys; ffprobe/frame/audio checks on output.

So what?

A non-engineer can produce a narrated, captioned, music-backed video for cents to a couple dollars by telling their coding agent what they want.

GitHub social card for calesthio/OpenMontage
★ 22k Python
Open the repo →
@mvanhorn (third-party, 439k views) — demo post under “OpenMontage video studio.”
DevsKingdom (third-party) — “OpenMontage + HyperFrames + Remotion: The World’s First Open Source Agentic Video Production System.”
Open on YouTube →
AI coding · Code memory

Stop your agent re-reading files — this gives it a persistent, searchable memory of your whole codebase.

Why it's trending

Indexes your repo into a searchable knowledge graph so your agent answers "what calls what" instantly instead of re-reading files. Created Feb 2026, pushed same-day, latest release v0.8.1. Strong perf claims (Linux kernel in 3 min, sub-1ms queries), an arXiv preprint, and plug-and-play setup across 11 coding agents.

View on GitHub →
Stars
14.7k
Language
C
License
MIT
Highlights
  • Single static binary

    Pure C, zero dependencies/API keys; one-line install; 100% local.

  • 158 languages

    tree-sitter parsing plus Hybrid LSP type resolution for 11 languages.

  • Big token savings

    README claims 120× fewer tokens; the paper reports 10× fewer tokens, 2.1× fewer tool calls.

  • Auto-configures 11 agents

    One install wires up Claude Code, Codex, Gemini CLI, Zed, OpenCode, Aider, VS Code.

  • 14 MCP tools

    Semantic + BM25 search, Cypher queries, call graphs, dead-code detection, git-diff impact.

So what?

Makes an AI coding agent smarter and cheaper on big codebases — it stops burning tokens re-reading files and answers architecture questions in one query.

GitHub social card for DeusData/codebase-memory-mcp
★ 14.7k C
Open the repo →
Forecasting · Foundation model

Feed it a sequence of numbers — sales, demand, traffic — and it predicts what comes next, no training required.

Why it's trending

A free, pretrained time-series foundation model from Google Research. The most-established repo in the slate (live since 2024). TimesFM 2.5 is the latest model; recent updates include PyPI 2.0.0, a LoRA fine-tuning example, and integration into BigQuery ML, Sheets, and Vertex.

View on GitHub →
Stars
25.6k
Language
Python
License
Apache-2.0
Highlights
  • TimesFM 2.5

    200M params (down from 500M), up to 16k context length, drops the frequency indicator.

  • Uncertainty ranges

    Optional 30M quantile head gives continuous quantile forecasts up to a 1k horizon.

  • A few lines of Python

    pip install timesfm[torch]/[flax]; pretrained checkpoints on Hugging Face.

  • Peer-reviewed

    Backed by an ICML 2024 paper (arXiv 2310.10688).

  • Use it without code

    Reachable via BigQuery ML (SQL), Google Sheets, and Vertex Model Garden.

So what?

Founders can get solid demand/sales/traffic forecasts with uncertainty ranges without a data scientist or custom training — load the model, pass your numbers, get predictions.

GitHub social card for google-research/timesfm
★ 25.6k Python
Open the repo →
@nicos_ai (third-party, 344k views) — “GOOGLE HAS SILENTLY RELEASED AN AI THAT PREDICTS PATTERNS. Sales. Market prices. Web traffic…”
Nodematic Tutorials (third-party) — “TimesFM Time Series Forecasting (Google AI, Jupyter, and GPUs).”
Open on YouTube →
Hacker News · 327 points · 109 comments
Google’s 200M-parameter time-series foundation model with 16k context

The TimesFM 2.5 launch thread on Hacker News drew 327 points and 109 comments — practitioners debating zero-shot forecasting quality, the parameter cut from 500M to 200M, and where a foundation model beats classical methods.

Open the HN thread →
OSINT · Situation room

A free, real-time global situation room in your browser — a self-hostable Palantir-style OSINT dashboard.

Why it's trending

Hundreds of news feeds plus geopolitical, financial, and infrastructure data in one map-based dashboard. Highest star count in the slate (~59.8k) despite being created only Jan 2026; pushed same-day. The "Palantir-style OSINT dashboard for free" angle plus a polished live app drive the buzz.

View on GitHub →
Stars
59.8k
Language
TypeScript
License
AGPL-3.0
Highlights
  • 500+ news feeds

    15 categories AI-synthesized into briefs; aggregates 65+ providers/APIs.

  • Dual map engine

    3D globe (globe.gl) + WebGL flat map (deck.gl) with 56 layer types; signal correlation.

  • Risk + finance radar

    Country Instability Index for 31 Tier-1 countries; 29 exchanges, commodities, crypto.

  • Runs fully local

    Ollama with no API keys; also Groq/OpenRouter and browser Transformers.js.

  • Native desktop too

    6 variants from one codebase + Tauri 2 app (Win/macOS/Linux), 24 languages.

So what?

Anyone tracking world events, markets, or risk can self-host a serious OSINT-style dashboard for free (or use worldmonitor.app) instead of paying for an enterprise tool.

GitHub social card for koala73/worldmonitor
★ 59.8k TypeScript
Open the repo →
@Abhinavstwt (third-party, 2.36M views) — “Someone built a site that monitors everything related to wars happening around the world.” The viral discovery post that drove the surge.
NLR Crew (third-party) — “World Monitor | Global OSINT Intelligence Tool in Real Time.”
Open on YouTube →
Design · Open source

A free, self-hostable Figma alternative — and every design comes out as real code.

Why it's trending

Designers and developers work on the same files in real time, with full ownership and no vendor lock-in. A mature 53.7k-star project pushed today; the README now pushes its new MCP server for AI design-to-code plus native Design Tokens — momentum is sustained development plus the AI/MCP angle.

View on GitHub →
Stars
53.7k
Language
Clojure
License
MPL-2.0
Highlights
  • Self-host or hosted

    Docker/Kubernetes/Elestio or the hosted SaaS — full ownership, no lock-in.

  • Design is code

    Open standards (SVG/CSS/HTML/JSON); the Inspect tab gives ready-to-use code.

  • Penpot MCP server

    Enables multi-directional design↔code↔AI workflows.

  • Native Design Tokens

    Components and Variants as a single source of truth for design systems.

  • Programmable workspace

    Real-time collaboration, a plugin system, and webhooks/API.

So what?

A real Figma-class design tool that's free and self-hostable — and because designs are code plus an MCP server, your AI tools can actually read and act on them.

GitHub social card for penpot/penpot
★ 53.7k Clojure
Open the repo →
Indie Hacker News (third-party) — “The 49k-star open-source Figma you can self-host” (covers the new MCP server + design tokens, the exact trending hook).
Open on YouTube →
Hacker News · 775 points · 207 comments
Penpot: The Open-Source Figma

A 775-point, 207-comment Hacker News thread (2025-11-27) on Penpot as the open-source Figma — a substantive debate about self-hosting, design-as-code, and whether an open tool can match Figma in practice.

Open the HN thread →
Voice AI · Local-first

Clone a voice, turn text to speech, and dictate anywhere — entirely on your own computer.

Why it's trending

A free, open-source voice studio from Jamie Pine (creator of Spacedrive), pitched as one free local replacement for two paid clouds at once — ElevenLabs (output) and WisprFlow (input). ~34k stars in roughly five months, with a Trendshift badge. Note the freshness flag — last pushed 2026-04-26.

View on GitHub →
Stars
34.2k
Language
TypeScript
License
MIT
Highlights
  • Local and private

    Tauri/Rust, not Electron — voice data never leaves your machine.

  • 7 TTS engines

    Qwen3-TTS, Kokoro, Chatterbox, HumeAI; zero-shot cloning or 50+ preset voices.

  • Expressive + multilingual

    23 languages plus tags like [laugh] and [sigh] via Chatterbox Turbo.

  • Dictate into any app

    Global hotkey + Whisper speech-to-text, with auto-paste on macOS.

  • Give agents a voice

    One MCP call (voicebox.speak) lets Claude Code/Cursor speak back; REST + MCP server.

So what?

Replaces two paid voice subscriptions with one free download — and keeps your cloned voice and audio on your own computer instead of a vendor's cloud.

GitHub social card for jamiepine/voicebox
★ 34.2k TypeScript
Open the repo →
@exploraX_ (third-party, 444k views) — a full step-by-step Voicebox setup guide that ends linking the repo.
Kevin Stratvert (third-party, 161k views) — “Free AI Voice Generator on Your PC (Clone Any Voice).”
Open on YouTube →
LLMs · Prompt engineering

The secret instructions companies feed their chatbots before you type — extracted from Claude, ChatGPT, Gemini, and Grok.

Why it's trending

A regularly-updated archive of the hidden system prompts behind the major AI products. Actively updated (pushed today) and adds the newest models fast — the README lists Claude Design (June 23), GPT-5.5 Codex, Claude Fable 5, Gemini 3.5 Flash. Cites a real Washington Post feature driving mainstream attention.

View on GitHub →
Stars
46k
Language
JavaScript
License
CC0-1.0
Highlights
  • Every major lab

    Anthropic, OpenAI, Google, xAI, plus Cursor, Copilot, Perplexity and more.

  • Tracks new models fast

    Claude Fable 5, Opus 4.8, GPT-5.5, Gemini 3.5 Flash — all dated.

  • Model-to-model diffs

    See exactly what changed, e.g. Claude Opus 4.8 → Fable 5.

  • Tool + policy prompts

    Web search, code, image-gen, memory — not just the chat personas.

  • Public domain

    CC0 — free to copy, study, and reuse.

So what?

For anyone writing prompts or building on these AIs, seeing how the big labs actually instruct their own models is a free masterclass — and reveals the guardrails shaping your answers.

GitHub social card for asgeirtj/system_prompts_leaks
★ 46k JavaScript
Open the repo →
Bitwise AI (third-party) — “Somebody Leaked the System Prompts of 32 AI Agents (Cursor, Claude Code)” (verified to be about this repo).
Open on YouTube →
Hacker News · 627 points · 334 comments
Claude’s system prompt is over 24k tokens with tools

A 627-point, 334-comment Hacker News thread links the repo’s claude.txt and dissects how large and detailed a production system prompt really is. The repo also anchors a Washington Post feature (~2026-05-11) profiling the maintainer.

Open the HN thread →
AI agents · Web access

Give your agent the ability to actually read the internet — Twitter, Reddit, YouTube, GitHub — by pasting one line.

Why it's trending

One CLI that wires your agent into the platforms that normally block scrapers or charge for API access. A new project that hit ~41k stars in about four months, with a Trendshift "GitHub Trending #1 Repository of the Day" badge. The hook: paste one install sentence and minutes later it reads Twitter, Reddit, and YouTube for free.

View on GitHub →
Stars
41.1k
Language
Python
License
MIT
Highlights
  • One-line install

    Paste a single raw-GitHub-URL sentence; the agent sets up the CLI, Node.js, gh, and MCP.

  • Six platforms zero-config

    Web, YouTube transcripts+search, RSS, GitHub, full-web semantic search via Exa, V2EX.

  • Preferred + fallback routing

    When one method breaks (e.g. yt-dlp blocked) it auto-switches; users do nothing.

  • Health check built in

    "agent-reach doctor" reports which channels work and how to fix the rest.

  • Free and local-first

    Open-source tools, free APIs, cookies stay local; only cost is a ~$1/mo server proxy.

So what?

If your agent comes up empty when you ask it to check Twitter or summarize a YouTube video, this is a one-paste fix that wires those sources in for free.

GitHub social card for Panniantong/Agent-Reach
★ 41.1k Python
Open the repo →
Better Stack (third-party, English) — “Your AI Agent Is Missing Half the Internet… Until Now (Agent-Reach).”
Open on YouTube →
Finance · AI agent

A free AI robot that reads the market for your watchlist daily and sends a buy/sell/hold dashboard to your phone.

Why it's trending

Runs every weekday and pushes a plain-language readout to your phone, Telegram, Slack, or email — without running a server. Created Jan 2026, already ~49.5k stars and 43k+ forks (the fork count reflects its fork-to-deploy model). README carries a Trendshift #1-Python badge and a HelloGitHub feature; buzz is China-developer-driven.

View on GitHub →
Stars
49.5k
Language
Python
License
MIT
Highlights
  • Multi-market

    A-shares, HK, US, Japan, Korea with indicators, fund flows, news, fundamentals.

  • AI report per stock

    Conclusion, score, trend, buy/sell levels, risk alerts, catalysts, action checklist.

  • Zero-cost scheduling

    Fork + add API keys; GitHub Actions auto-runs each trading day; Docker/local too.

  • Pushes anywhere

    WeChat Work, Feishu, Telegram, Discord, Slack, or email.

  • Bring your own LLM

    Gemini, OpenAI-compatible, DeepSeek, Qwen, Claude, or local Ollama.

So what?

If you follow a handful of stocks, fork it and have an AI quietly send you a daily readout on each — free, no coding, no server.

GitHub social card for ZhuLinsen/daily_stock_analysis
★ 49.5k Python
Open the repo →
@XAMTO_AI (third-party, 141k views, English) — “Someone created an AI that automatically monitors the market and analyzes stocks every day, even shoving the report straight to your WeChat.”
Video editing · Open source

A free, open-source CapCut alternative — a video editor that runs in your browser.

Why it's trending

Edit without a subscription or watermarks. The description is literally "The open-source CapCut alternative" and at ~60k stars it's one of the most-starred OSS creator tools. The timeliness now is the rewrite: the README's top section announces OpenCut is being rebuilt from the ground up with a Rust core.

View on GitHub →
Stars
59.8k
Language
TypeScript
License
MIT
Highlights
  • Ground-up rewrite

    Plugin-first architecture and an Editor API; the usable version powers opencut.app.

  • One codebase

    Desktop, mobile, and browser planned from a single Rust core.

  • AI + automation roadmap

    An MCP server for agents, headless batch rendering, and an in-editor scripting tab.

  • Third-party plugins

    First-class plugins are a stated goal of the new architecture.

  • Sponsor-backed

    Supported by sponsors including fal.ai.

So what?

A free, self-run video editor for creators who don't want to pay for CapCut — and the rewrite aims it at people who want AI agents and automation in their editing pipeline.

GitHub social card for OpenCut-app/OpenCut
★ 59.8k TypeScript
Open the repo →
@robiartec (third-party, 1.65M views, 28.7k likes) — “THEY MADE A FREE CAPCUT WITH NO WATERMARKS, AND IT HAS 55K STARS ON GITHUB…”
Compute For Humans (third-party) — “Will This Free & Open Source App Replace CapCut?”
Open on YouTube →
Worth checking withastro/flue
AI agents · Framework

A TypeScript toolkit from the Astro team for building AI agents that actually do work, not just chat.

Why it's worth a look

Gives any model a safe sandbox, tools, and reusable skills so it can complete a task on its own. From withastro, the org behind the Astro web framework — instant credibility for a brand-new project (created Feb 2026), pushed same-day. README pitches it against raw LLM API calls and name-drops Claude Code and Codex.

View on GitHub →
Stars
6.7k
Language
TypeScript
License
Apache-2.0
Highlights
  • Sandbox-first

    Secure virtual, local, or remote container env for agents to run tools and modify files.

  • Reusable skills + subagents

    SKILL.md files plus subagents to delegate work to specialized roles.

  • Durable execution

    Agents preserve progress through failures and restarts.

  • Deploy anywhere

    Node.js, Cloudflare Workers, GitHub Actions, GitLab CI/CD, Daytona, Render.

So what?

If you want to build your own autonomous AI agent (not just a chatbot), this gives you the scaffolding — sandbox, tools, skills, memory — from a team with a track record.

Worth checking withastro/flue
GitHub social card for withastro/flue
★ 6.7k TypeScript
Open the repo →
Worth checking withastro/flue
Better Stack — “Finally, a Programmable AI Agent Framework That Works” (third-party hands-on)
Open on YouTube →
Security · Agent skills

817 ready-made cybersecurity playbooks you can hand to an AI agent so it investigates a threat like a senior analyst.

Why it's worth a look

A free library of structured security workflows for AI coding agents (Claude Code, Copilot, Cursor). Young repo already past 21k stars, riding two hot currents at once — agent skills and cybersecurity. Bills itself as the largest open-source cybersecurity skills library, the only one mapping every skill to six industry frameworks. Note: not affiliated with Anthropic despite the name.

View on GitHub →
Stars
21.2k
Language
Python
License
Apache-2.0
Highlights
  • 817 skills, 29 domains

    Cloud, threat hunting, malware analysis, red teaming, DFIR — step-by-step workflows.

  • Six frameworks

    Every skill mapped to MITRE ATT&CK, NIST CSF 2.0, ATLAS, D3FEND, NIST AI RMF, and F3.

  • One-command install

    npx skills add mukul975/Anthropic-Cybersecurity-Skills via the agentskills.io standard.

  • Cross-agent

    Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI, and 20+ platforms.

So what?

If you build anything security-related with an AI coding assistant, drop this in and your agent suddenly knows real practitioner steps — which tool to run, what to check first, how to verify.

GitHub social card for mukul975/Anthropic-Cybersecurity-Skills
★ 21.2k Python
Open the repo →
PDFs · Self-hosted

A free, self-hosted Swiss Army knife for PDFs — merge, split, sign, redact, convert, OCR on your own machine.

Why it's worth a look

Files never get uploaded to a random website. A huge established project (84k+ stars) that ships daily — last commit the day of this episode, release v2.13.2 cut 2026-06-24. README reframed as "The Open-Source PDF Platform" with desktop, browser, and self-hosted server modes.

View on GitHub →
Stars
84.4k
Language
Java
License
Open-core
Highlights
  • 50+ PDF tools

    Edit, merge, split, sign, redact, convert, OCR, compress.

  • Three modes

    Runs as a desktop client, browser UI, or self-hosted server with a private API.

  • Automation + API

    No-code pipelines plus REST APIs to process millions of PDFs.

  • One-line Docker

    Starts in one command; UI in 40+ languages; files stay on your infrastructure.

So what?

If you handle contracts, invoices, or scanned docs, you get a full PDF toolkit running on your own machine for free — no subscriptions, no uploading sensitive files.

GitHub social card for Stirling-Tools/Stirling-PDF
★ 84.4k Java
Open the repo →
DB Tech — “The Ultimate Self Hosted PDF Solution in Docker!” (third-party, 41k views)
Open on YouTube →
Hiring · Local AI

Drop in a resume PDF and it reads it, checks the candidate's GitHub, and produces a scored, explained evaluation.

Why it's worth a look

Can run entirely on your own laptop. Backed by interviewstreet (the org behind HackerRank); ~2.7k stars since launching late July 2025, last pushed 2026-06-22. Pitched as a fair, explainable resume scorer you can run fully local.

View on GitHub →
Stars
2.7k
Language
Python
License
MIT
Highlights
  • Resume-to-Score

    PDF to text, then an LLM extracts structured JSON section by section.

  • GitHub signals

    Pulls profile/repos, classifies projects, LLM picks the top 7.

  • Runs fully local

    Ollama (e.g. gemma3:4b) or via a Google Gemini API key.

  • Explainable scoring

    Category scores, evidence, bonuses, deductions with fairness constraints.

So what?

If you screen many candidates, you can automate first-pass resume review with a transparent score and evidence trail — while keeping applicant data private by running models locally.

GitHub social card for interviewstreet/hiring-agent
★ 2.7k Python
Open the repo →
Worth checking stablyai/orca
AI coding · Parallel agents

A desktop cockpit for running several AI coding assistants at once — each in its own sandbox, keep the best result.

Why it's worth a look

Fire one task at Claude Code, Codex, Cursor and others side by side, then merge the winner, with a phone app to check on them anywhere. Ships daily (release v1.4.97 on 2026-06-24); past 7.3k stars since launching mid-March 2026. Works with any CLI coding agent (30+ listed) and rides the parallel-agents trend.

View on GitHub →
Stars
7.4k
Language
TypeScript
License
MIT
Highlights
  • Parallel worktrees

    Fan one prompt across multiple agents in isolated git worktrees; compare and merge.

  • Any CLI agent

    Claude Code, Codex, Cursor, Copilot, Gemini Antigravity, Devin and more.

  • Mobile companion

    iOS/Android app to monitor, steer, and get notified when an agent finishes.

  • Design Mode

    Click an element in an embedded Chromium window to send HTML/CSS + screenshot into the prompt.

So what?

If you build with AI coding tools, Orca lets you run them in parallel and pick the best output instead of babysitting one agent at a time — and steer the work from your phone.

Worth checking stablyai/orca
GitHub social card for stablyai/orca
★ 7.4k TypeScript
Open the repo →
Worth checking stablyai/orca
@JinjingLiang (Stably AI co-founder, OWNER) — “Orca is trending on GitHub! Open source FTW.”
Worth checking n0-computer/iroh
Networking · Peer-to-peer

Networking plumbing that lets two devices talk directly by name — dial keys, not IPs.

Why it's worth a look

It punches through firewalls to find the fastest connection and keeps it alive as devices move. Just hit a milestone 1.0 release on 2026-06-15 ("v1.0.0 — Dial keys, not IPs"), with the core team still pushing daily. 1.0 on a 10.7k-star Rust networking library (created March 2022) is the headline event.

View on GitHub →
Stars
10.8k
Language
Rust
License
Apache-2.0 / MIT
Highlights
  • Dial by public key

    Say “connect to that phone” and iroh finds and maintains the fastest connection.

  • Hole-punching + relays

    Falls back to an open ecosystem of public relay servers, measured for speed.

  • Built on QUIC

    Authenticated encryption, concurrent streams, datagram transport, no head-of-line blocking.

  • Composable protocols

    iroh-blobs (BLAKE3 transfer), iroh-gossip (pub-sub), iroh-docs (eventually-consistent KV).

So what?

If you're building anything peer-to-peer — file sync, real-time collaboration, device-to-device messaging — iroh handles the hardest part: getting two machines on bad networks to find each other.

Worth checking n0-computer/iroh
GitHub social card for n0-computer/iroh
★ 10.8k Rust
Open the repo →
Worth checking n0-computer/iroh
@Holochain (third-party adopter) — “integrated the Iroh networking layer… faster direct P2P connections and unprecedented reliability.”
Worth checking n0-computer/iroh
number 0 (OWNER) — the official “iroh 1.0” launch video (21k views)
Open on YouTube →
Worth checking Kong/insomnia
APIs · Dev tool

A free, open-source desktop app for poking at APIs — design, test, and mock without throwaway code.

Why it's worth a look

Send a request, see what comes back, and document the call. Actively maintained by Kong; latest release core@13.0.2 shipped 2026-06-24 and code pushed the same day as this episode. A long-standing open-source Postman alternative — its signal is steady maintenance and a large existing base.

View on GitHub →
Stars
39.7k
Language
TypeScript
License
Apache-2.0
Highlights
  • Every protocol

    GraphQL, REST, WebSockets, SSE, gRPC and any HTTP-compatible protocol in one client.

  • Design/test/mock/CI

    Native OpenAPI editor, test suites, collection runner, mock server, and a CLI.

  • Three storage modes

    Local Vault (100% local), Git Sync (any Git repo), Cloud Sync (optionally E2EE).

  • Login-free path

    Usable via the local Scratch Pad; an account unlocks fuller features.

So what?

If you build or test anything that talks to an API, it's a free tool to inspect and document those calls — and you can keep sensitive collections entirely on your own machine.

Worth checking Kong/insomnia
GitHub social card for Kong/insomnia
★ 39.7k TypeScript
Open the repo →
Worth checking Kong/insomnia
insidewebdev — “Insomnia REST Client Tutorial” (third-party walkthrough, 38k views)
Open on YouTube →
Worth checking makeplane/plane
Project management · Self-hosted

An open-source, self-hostable project manager that aims to replace Jira, Linear, Monday, and ClickUp.

Why it's worth a look

Track tasks, run sprints, write docs, and triage without paying per seat. Heavily maintained and very popular (53k stars), code pushed same-day, recent v1.3.x release line. README frames it as the open-source Jira/Linear/Monday/ClickUp alternative; the draw is maturity and breadth of a free alternative in a paid market.

View on GitHub →
Stars
53.1k
Language
TypeScript
License
AGPL-3.0
Highlights
  • Work Items

    Rich text editor with file uploads, sub-properties, and references to related issues.

  • Cycles + Modules

    Burn-down charts plus modules to break large projects into smaller pieces.

  • Saveable Views

    Custom filters showing only relevant issues, shareable across the team.

  • Self-host or Cloud

    Docker or Kubernetes with instance-admin God mode, or hosted Plane Cloud's free tier.

So what?

If you pay per-seat for Jira or Linear, this lets you run a comparable task/sprint/roadmap tool on your own server and keep your data in-house.

Worth checking makeplane/plane
GitHub social card for makeplane/plane
★ 53.1k TypeScript
Open the repo →
Worth checking makeplane/plane
@sharbel (third-party) — breakdown of makeplane/plane vs the Jira/Linear/Monday/ClickUp pricing, Docker self-host.
Worth checking makeplane/plane
Better Stack — “The Free Open Source Jira Killer Devs Love” (third-party, 57k views)
Open on YouTube →
Worth checking bytedance/deer-flow
AI agents · Super agent

An open-source super agent from ByteDance you point at a hard task — it spins up sub-agents, memory, and sandboxes.

Why it's worth a look

Chews through research, coding, or creating work that can take minutes to hours. Just shipped v2.0.0 (tagged 2026-06-25, day of this episode), a ground-up rewrite sharing no code with v1. README states it hit #1 on GitHub Trending after v2's launch, carries a Trendshift badge, and at 74.7k stars is the highest-starred repo in this batch.

View on GitHub →
Stars
74.7k
Language
Python
License
MIT
Highlights
  • Super-agent harness

    Orchestrates sub-agents, long-term memory, and sandboxes, powered by extensible skills.

  • One-line setup

    Hand Claude Code/Codex/Cursor/Windsurf one sentence and it clones and bootstraps the repo.

  • Setup wizard

    make setup writes config.yaml and .env in ~2 min; make doctor verifies.

  • Bring your own model

    OpenAI, OpenRouter, vLLM, Codex CLI, Claude Code OAuth, plus MCP server support.

So what?

If you want an open-source agent that runs long, multi-step jobs (deep research, coding) on your own infra and your own model choice, this is a maintained, MIT-licensed option backed by a major company.

Worth checking bytedance/deer-flow
GitHub social card for bytedance/deer-flow
★ 74.7k Python
Open the repo →
Worth checking bytedance/deer-flow
Build In Public — “Deerflow 2.0 The OpenClaw Killer” (third-party, v2-focused deep dive)
Open on YouTube →
Worth checking mattpocock/skills
AI coding · Skills

A free collection of Matt Pocock's everyday Claude Code skills — drop-in commands like /grill-me, /tdd, and /triage.

Why it's worth a look

Small commands that make coding agents build what you actually meant. Explosive growth: created 2026-02-03 and already at 146k stars (highest in this batch), code pushed same-day. Matt Pocock (Total TypeScript / AI Hero) is a well-known educator; premise is "Skills for Real Engineers... not vibe coding," and a 30-second npx install lowers the barrier.

View on GitHub →
Stars
146k
Language
Shell
License
MIT
Highlights
  • 30-second install

    npx skills@latest add mattpocock/skills, then /setup-matt-pocock-skills.

  • /grill-me

    Makes the agent interrogate you before building (README calls these his most popular).

  • /tdd + /diagnosing-bugs

    A red-green-refactor loop and debugging best practices wrapped as commands.

  • /improve-codebase-architecture

    Fights “ball of mud” codebases; run it every few days.

So what?

If you use Claude Code, Codex, or Cursor, you can drop in battle-tested workflow commands in under a minute for better-aligned, better-tested code — without building your own skill library.

Worth checking mattpocock/skills
GitHub social card for mattpocock/skills
★ 146k Shell
Open the repo →
Worth checking mattpocock/skills
@mattpocockuk (OWNER) — “/teach skill is live,” with the npx install.
Worth checking mattpocock/skills
AI Coding Daily (third-party) — “I Tried ‘grill-me’ Skill for Plan Mode. Wow.” (17k views)
Open on YouTube →
THAT'S THE TOP 10 · JUNE 25, 2026

Thanks for watching.
The Next New Thing.

New hot repos every week. Subscribe so you never miss the next drop.