← Back to list

12 Open-Source Coding Tools That Each Vibe Coder Should Know in 2026

Vibe coding is not the coding agent. Vibe coding is the harness around the coding agent: the loop, the spec, the sandbox, the verification…

Caspar Bannink in Towards AI · 2026-07-07 21:01 · 30 claps · 15.0 min read paywalled
#open-source #artificial-intelligence #machine-learning #data-science #software-development
Open on Medium ↗
Wiki topics: AGT · AI Agents ML · Machine Learning AI · AI · General EDU · Education & Learning 💻 · Programming 🔓 · Open Source 🔬 · Science · General

12 Open-Source Coding Tools That Each Vibe Coder Should Know in 2026

Vibe coding is not the coding agent. Vibe coding is the harness around the coding agent: the loop, the spec, the sandbox, the verification harness, the skills registry, the repo-instructions file. I have been doing agentic coding since the chat-to-code era. The first time a coding agent pushed a working pull request to a real repo while I was cooking dinner, I treated it like a fluke. By the tenth time, I had stopped opening the IDE on most days. The thing that changed was the model. It was always getting better. The thing that changed was what was around the model.

This is the follow-up to the previous article on this publication, 12 Open-Source AI Projects a Serious Builder Should Be Running in 2026, which covered the wider open-source AI stack. That one was a general-purpose twelve-project list. This one is narrower, deeper, and harder to write, because the open-source coding-agent ecosystem has grown up between mid-2025 and mid-2026 into a real infrastructure layer with protocols, sandboxes, marketplaces, and verifiable benchmarks. The list below is the set of open-source projects a serious builder should be running today if they want their coding agent to behave like an autonomous co-worker instead of an autocomplete with a memory leak.

How the list is organised

The seventeen are grouped into seven functional categories. You do not need every one. You need the ones that close the specific gap where your current agent falls down. Star counts and license names are verified against GitHub on 2026–07–06. All benchmark and pricing numbers in this article were verified against the live source pages the same day.

Category               What it solves                                                                                                 Projects                                
---------------------  -------------------------------------------------------------------------------------------------------------  ----------------------------------------
Control-plane agents   A self-hosted orchestrator that runs Claude Code, Codex, Gemini, or any ACP-compatible agent from one surface  OpenHands, Open SWE                     
Terminal-first agents  A local CLI that pairs with you in the terminal, edits files, runs tests, and commits                          Aider, Codex CLI, OpenCode, Goose       
Multi-surface agents   One agent core that ships as CLI, VS Code, JetBrains, and SDK with no per-seat markup                          Cline, Kilo Code                        
Skills libraries       Curated skill packs and methodologies that plug into any agent                                                 Superpowers, Matt Pocock Skills, G Stack
MCP extensions         Plugins that give the agent eyes, hands, and tools across the development stack                                wshobson/agents, awesome-mcp-servers    
Standards layer        Repo-instructions format and protocols that make agents swappable                                              MCP, AGENTS.md                          
Verification           A real benchmark that survives ad-hoc gaming                                                                   Terminal-Bench 2.1

The full detail on each is below. The summary table at the end gives every URL, every star count, every license.

Control-plane agents

The newest layer of the open-source coding-agent stack in 2026 is the control plane: a self-hosted service that runs agents on your behalf, exposes them through a web UI or API, persists state, and orchestrates them across repos. Two open-source projects are doing this well.

OpenHands (github.com/All-Hands-AI/OpenHands) at 79.6k stars, MIT, is the canonical control-plane agent. The repo: “OpenHands: AI-Driven Development.” OpenHands is more than a single agent. It positions itself as a self-hosted developer control center that can run OpenHands, Claude Code, Codex, Gemini, or any Agent Client Protocol compatible agent from one surface. The open-source edition is MIT, single-user, local, and BYO LLM key. The architecture separates the agent runtime, the Web GUI, the CLI, and the Software Agent SDK into cleanly versioned packages, which is what makes it a control plane and not just another editor extension. As of mid-2026 the project has shipped 105 releases, latest stable 1.40.0. OpenHands also recommends Qwen3.6–35B-A3B as the first local model to try, with a hardware floor of 24 GB VRAM for quantized variants or Apple Silicon with 64 GB unified memory.

GitHub — OpenHands repo header showing 79.6k stars, MIT license, 105 releases including v1.40.0, 516 contributors, and the official "AI-Driven Development" project tag.

GitHub — OpenHands repo header showing 79.6k stars, MIT license, 105 releases including v1.40.0, 516 contributors, and the official "AI-Driven Development" project tag.

Open SWE (blog.langchain.com/open-swe) is the open-source asynchronous coding agent LangChain announced in August 2025 and which the company now frames as the open-source framework for building internal coding agents on LangGraph and DeepAgents. The architecture matters: an asynchronous agent that connects to GitHub, researches codebases, plans, writes code, runs tests, reviews itself, and opens PRs on its own clock. For teams that want coding-agent behaviour without giving every engineer a copy of Claude Code, Open SWE is the open-source substrate.

LangChain blog — the Open SWE announcement, framing the project as an open-source framework for internal coding agents built on LangGraph and DeepAgents.

LangChain blog — the Open SWE announcement, framing the project as an open-source framework for internal coding agents built on LangGraph and DeepAgents.

Terminal-first agents

The terminal is the most honest place to run an agent, because every action the agent takes is in a place you can see, redirect, and stop. Most of the heavy hitters in 2026 ship a terminal interface as either the only surface or the primary surface.

Aider (github.com/Aider-AI/aider) at 47.1k stars, Apache 2.0, is the original terminal pair-programming agent. The repo: “aider is AI pair programming in your terminal.” Aider’s standout feature is its polyglot benchmark: 225 Exercism coding tasks across C++, Go, Java, JavaScript, Python, and Rust. The benchmark is published, the methodology is reproducible, and the leaderboard is updated as new models land. For a builder who wants a single CLI that lints, edits, runs tests, and commits, Aider is still the reference.

Codex CLI (github.com/openai/codex) is OpenAI’s Apache 2.0 open-source coding agent that runs locally in your terminal. It is included in ChatGPT Free, Go, Plus, Pro, Business, Edu, and Enterprise. The API pricing for gpt-5.3-codex is published as $1.75 input / $0.175 cached input / $14 output per 1M tokens on standard pricing, and $3.50 / $0.35 / $28 on priority. The interesting question for builders in 2026 is whether Codex CLI alone is enough. The answer is increasingly no: the agent loop is improving fast, but the surrounding harness — the spec layer, the verification layer, the repo-instructions format, and the skills layer — is the thing that decides whether your long-running coding session finishes or stalls.

OpenCode (opencode.ai) is the open-source AI coding agent that ships as a terminal interface, a desktop app, and an IDE extension. The project page: “The open source AI coding agent. Free models included or connect any model from any provider, including Claude, GPT, Gemini and more.” OpenCode ships a build agent and a read-only plan agent out of the box. The paid tier is honest: OpenCode Go is $5 first month, then $10 per month, and OpenCode Zen is a $20 starting balance with pay-per-request and zero markup. For a solo builder who wants one CLI that works across all their projects, OpenCode is the cleanest install in 2026.

Opencode

Opencode

Goose (github.com/aaif-goose/goose) at 50.7k stars, Apache 2.0, is Block’s open-source AI agent and one of the three founding technical contributions to the Linux Foundation’s AAIF alongside MCP and AGENTS.md. From the repo: “an open source, extensible AI agent that goes beyond code suggestions — install, execute, edit, and test with any LLM.” Goose treats the agent as a thin layer over your shell. Bring your own model through an OpenRouter-style provider interface, bring your own extensions through MCP. The agent drives git, runs tests, edits files, opens a browser, calls APIs, and keeps going as long as you let it.

Multi-surface agents

The third pattern that emerged in 2025 and hardened in 2026 is the multi-surface agent: one agent core that ships in five or six different surfaces, all connected to the same backend. Two open-source projects do this credibly.

Cline (github.com/cline/cline) at 64.3k stars, Apache 2.0, is the autonomous coding agent available as SDK, CLI, Kanban, VS Code extension, and JetBrains plugin. From the pricing page: “open-source extension is free for individual developers; users pay only AI inference, with BYOK or Cline provider.” JetBrains support became generally available in September 2025, and the Cline CLI preview exposes the agent core as a standalone service with a gRPC API for scriptable automation, multi-instance orchestration, and custom interfaces. There is no per-seat markup. You bring your own model API key, and the agent works. For a team that wants one agent core across two IDEs and a CLI, Cline is the cleanest fit.

GitHub — Cline repo header showing 64.3k stars, Apache 2.0 license, the SDK / CLI / VS Code / JetBrains surface list, and the "Autonomous coding agent as an SDK, IDE extension, or CLI assistant" tagline.

GitHub — Cline repo header showing 64.3k stars, Apache 2.0 license, the SDK / CLI / VS Code / JetBrains surface list, and the "Autonomous coding agent as an SDK, IDE extension, or CLI assistant" tagline.

Kilo Code (kilo.ai) is the open-source coding agent for VS Code, JetBrains, and CLI, marketed as “one agent across every surface.” The model list is the differentiator: 500+ models across the Kilo Gateway, with zero inference markup. Pricing: Free & Open Source is free, Teams are $15 per user per month with a 14-day trial. The catch is the legacy IDE extension: the original Kilo Code VS Code and JetBrains plugin reach end-of-life on 2026–07–31, after which the open-source fork path forks off in a different direction. For a team that wants model-routing flexibility without a wrapper markup, Kilo is the most permissive option in 2026.

Kilo — Kilo Code homepage showing the multi-surface pitch, the “models at cost” gateway framing, and the VS Code / JetBrains / CLI install paths.

Kilo — Kilo Code homepage showing the multi-surface pitch, the “models at cost” gateway framing, and the VS Code / JetBrains / CLI install paths.

Skills libraries

This is the section that did not exist in the same form two years ago. In 2024, the conversation was about the model. In 2025, it shifted to the agent harness. In 2026, it has shifted again, to the skills library: a curated pack of structured prompts, methodologies, subagent definitions, and workflow primitives that any coding agent can ingest to become more disciplined, more specialised, or more on-brand. The three projects below are the ones I would install today.

Superpowers (github.com/obra/superpowers) at 248k stars, MIT, is the agentic skills framework that quietly became the largest open-source skills project on GitHub. The repo: “An agentic skills framework & software development methodology that works.” Superpowers defines the agentskills.io standard that other skills libraries now follow. The skill pack covers brainstorming, planning, executing, TDD, debugging, code review, and shipping. It also ships a Claude Code plugin, a Codex plugin, a Cursor plugin, an OpenCode plugin, and a Kimi plugin out of the box. The interesting bit is that Superpowers is not a model. It is a process specification that you point your existing agent at. As of mid-2026 the project is on v6.1.1 with 628 commits and 22k forks. If you only install one skills library in 2026, install this one.

GitHub — Superpowers repo header showing 248k stars, MIT license, v6.1.1 release, 22k forks, and the multi-agent support list (Claude Code, Codex, Cursor, OpenCode, Kimi, Pi).

GitHub — Superpowers repo header showing 248k stars, MIT license, v6.1.1 release, 22k forks, and the multi-agent support list (Claude Code, Codex, Cursor, OpenCode, Kimi, Pi).

Matt Pocock Skills (github.com/mattpocock/skills) at 158.4k stars, MIT, is the largest personal skills repo on GitHub. Matt Pocock is the author of Total TypeScript and AI Hero, former Vercel, and a developer educator whose standards are unusually high. The repo: “Skills for Real Engineers. Straight from my .claude directory.” You install these skills in your Claude Code workflow and your agent codes the way Matt Pocock codes. The repo includes Ask Matt (a router that picks the right skill for your situation) and Grill with Docs (a grilling session that builds your project’s domain model and sharpens terminology).

G Stack (github.com/garrytan/gstack) at 120k stars, MIT, is the founder-focused skills equivalent. Garry Tan is the president of Y Combinator. The repo: “Use Garry Tan’s exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA.” The workflows are spelled out in order: think, plan, build, review, test, ship, reflect. The standout skill is /office-hours, which simulates the YC partner office hours process. The repo file tree shows 325 commits across 17.9k forks and 730 watchers. If you are building a startup and you want a structured end-to-end process inside your coding agent, this is the closest thing to a YC partner in your editor.

GitHub — G Stack repo header showing 120k stars, MIT license, 17.9k forks, 325 commits, and the "Use Garry Tan's exact Claude Code setup: 23 opinionated tools" framing.

GitHub — G Stack repo header showing 120k stars, MIT license, 17.9k forks, 325 commits, and the "Use Garry Tan's exact Claude Code setup: 23 opinionated tools" framing.

MCP extensions

MCP is the protocol. The projects in this section are the plugin marketplaces and reference servers that decide what your coding agent can actually see and do. Two projects anchor it.

wshobson/agents (github.com/wshobson/agents) at 37.6k stars, MIT, is the multi-harness plugin marketplace that works with Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI. The repo: “Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI.” The plugin folders are cleanly split per host (.claude-plugin, .cursor-plugin, .cursor/rules, .gemini, .github) plus a plugins/ and tools/ directory of cross-host skills. The marketplace covers automation, orchestration, developer tools, workflows, prompt engineering, and agent-skills categories. With 508 commits and a sponsor (Seth Hobson) actively maintaining it, this is the most production-grade cross-host skills marketplace in 2026.

GitHub — wshobson/agents repo header showing 37.6k stars, MIT license, the multi-harness support list (Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, Gemini CLI), and the per-host plugin folders.

GitHub — wshobson/agents repo header showing 37.6k stars, MIT license, the multi-harness support list (Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, Gemini CLI), and the per-host plugin folders.

awesome-mcp-servers (github.com/punkpeye/awesome-mcp-servers) at 90.4k stars, MIT, is the canonical catalog of MCP servers. The list is grouped by category: browser automation, cloud platforms, code execution, command line, communication, customer data platforms, databases, developer tools, file systems, finance and fintech, gaming, knowledge and memory, location services, marketing, monitoring, search, security, social media, sports, support and service management, text and speech, travel and transportation, version control, and other tools and integrations. The repository has 2,188 contributors and is linked to the Glama MCP directory at glama.ai/mcp/servers, which is the live searchable front-end. If you are wiring up a new MCP server to your coding agent, this is the first place to look.

GitHub — awesome-mcp-servers repo header showing 90.4k stars, MIT license, the 8,551-commits catalog, and the international README translations.

GitHub — awesome-mcp-servers repo header showing 90.4k stars, MIT license, the 8,551-commits catalog, and the international README translations.

Two adjacent projects worth mentioning for MCP coverage: modelcontextprotocol/servers (github.com/modelcontextprotocol/servers) at 88.1k stars is the official reference MCP server set that ships first-party examples for every major MCP capability. microsoft/playwright-mcp (github.com/microsoft/playwright-mcp) at 34.8k stars, Apache 2.0, is the Playwright-backed MCP server that gives the agent a real browser with no API costs. sonnylazuardi/cursor-talk-to-figma-mcp at 6.9k stars, MIT, exposes the Figma canvas to the agent so it can read and write designs directly. Together these four cover the eyes and hands of the agent.

The standards layer

The most important shift in the open-source coding-agent ecosystem between 2025 and 2026 is the emergence of three interoperability standards. Without them, every agent is its own island. With them, agents become swappable. The two standards that matter most for builders in 2026 are MCP and AGENTS.md.

MCP (Model Context Protocol, modelcontextprotocol.io) is the open standard for connecting AI applications to external systems: files, databases, tools, workflows. MCP is the part of the agent stack that decides what your agent can see and act on. The 1.x release line is the version most production agents ship against in 2026. Linux Foundation AAIF was founded in December 2025 with MCP, Goose, and AGENTS.md as the three founding technical contributions, which is the strongest signal that this protocol is the durable standard, not a vendor-owned API.

AGENTS.md (agents.md) is the simple open format for repo-specific coding-agent instructions. The standard is a single Markdown file at the root of a repo that any agent reads before doing work. The format is simple on purpose: it is what every project already writes in CONTRIBUTING.md and README.md, formalised into something every agent can parse. According to the AGENTS.md site, more than 60k open-source projects now ship an AGENTS.md file, and OpenAI’s documentation tells Codex to read AGENTS.md before starting work.

agents.md — official AGENTS.md site showing the format example block, the "60k open-source projects" stat, and the "Why AGENTS.md?" framing as the open format for repo-specific coding-agent instructions.

agents.md — official AGENTS.md site showing the format example block, the "60k open-source projects" stat, and the "Why AGENTS.md?" framing as the open format for repo-specific coding-agent instructions.

The standards layer is the part of the open-source stack that 2025 articles did not cover. In 2026 it is the layer that decides whether you can swap Claude Code for OpenHands or Cline for Kilo without rewriting your team’s onboarding docs.

Verification harnesses

The hardest problem in vibe coding is not generating code. The agent can generate code all day. The problem is knowing whether the code it produced is correct. Terminal-Bench 2.1 is the leaderboard for agent terminal mastery in 2026, and it is the cleanest way to compare agents apples-to-apples.

Terminal-Bench 2.1 (tbench.ai) is the leaderboard for agent terminal mastery. The benchmark is a collection of harbor-native benchmarks built to help agent makers quantify their agents’ terminal mastery. The site is run as a Stanford and Laude collaboration. The current top of the leaderboard, verified live on 2026–07–06, is the rows below.

Terminal-Bench — Terminal-Bench 2.1 leaderboard top rows showing NexAU-AHE (GPT-5.5) at 84.7%, LemonHarness (Mixed) at 84.5%, Capy (GPT-5.5) at 83.1%, and Codex CLI (GPT-5.5) at 82.2%.

Terminal-Bench — Terminal-Bench 2.1 leaderboard top rows showing NexAU-AHE (GPT-5.5) at 84.7%, LemonHarness (Mixed) at 84.5%, Capy (GPT-5.5) at 83.1%, and Codex CLI (GPT-5.5) at 82.2%.

A few notes on what the live leaderboard shows. The top four rows all run on GPT-5.5, and they sit within a 2.5 percentage-point band. The frontier right now is a narrow one. Codex CLI specifically sits at 82.2% on Terminal-Bench 2.1 as of today. A previous best-known score reported in earlier coverage was 83.4%; that score was set on an earlier date and the running total has moved. If you are about to claim a number for Codex CLI in a public article, this is the live number, not the older one.

The benchmark is not interchangeable with SWE-bench Verified, Aider polyglot, or SWE-EVO. Terminal-Bench measures terminal-task accuracy. SWE-bench Verified measures human-validated issue repair. Aider polyglot measures edit-and-test success across 225 Exercism tasks in six languages. SWE-EVO measures long-horizon release evolution, with the 2026–05–22 paper showing GPT-5.2 dropping from 72.80% on SWE-bench Verified to 22.92% on SWE-EVO.

Security and access

The 2026 layer of the open-source coding-agent ecosystem that nobody can skip is the security layer. Coding agents read files, run shell commands, install packages, and act on untrusted GitHub content. The blast radius of an agent that misfires is the blast radius of the user account the agent is logged in as. Two pieces of news in 2026 made this concrete, and one project is the open-source answer.

Microsoft Defender Security Research blog published a case study on 2026–06–05 showing the Claude Code GitHub Action could expose CI/CD secrets when agents process untrusted GitHub content. Anthropic mitigated it in Claude Code 2.1.128 by blocking sensitive /proc access. The lesson is to scope the agent’s secrets deliberately, not assume the runtime boundary.

NSA MCP security report, published 2026–06–02, is the most serious national-security guidance on agent infrastructure to date. The NSA says MCP simplifies integration but introduces security and privacy concerns in high-context deployments, and recommends rigorous implementation, validation, and adoption controls. MCP is infrastructure, not a security boundary. Safe adoption depends on transport choices, auth, sandboxing, consent, server provenance, and monitoring.

Strix (github.com/usestrix/strix) at 37.8k stars, Apache 2.0, is the open-source AI penetration testing agent that finds and fixes your app’s vulnerabilities autonomously. From the repo: “Open-source AI penetration testing tool to find and fix your app’s vulnerabilities.” Strix runs against a live web target, instruments the app, drives reconnaissance, finds vulnerabilities, and reports them with reproduction steps. The project shipped v1.0.0 in August 2025 and is on v1.x with 517 commits. For a builder shipping an agent-coded PR who wants to know the agent did not also ship a SQL injection, Strix is the open-source answer.

GitHub — Strix repo header showing 37.8k stars, Apache-2.0 license, 517 commits, and the "Open-source AI penetration testing tool to find and fix your app's vulnerabilities" description.

GitHub — Strix repo header showing 37.8k stars, Apache-2.0 license, 517 commits, and the "Open-source AI penetration testing tool to find and fix your app's vulnerabilities" description.

The access layer is also where the open-source status of the 2026 stack is changing. Continue and Roo Code, two of the most-mentioned open-source coding agents in 2024 and 2025 coverage, are no longer actively maintained: Continue is read-only after its acquisition by Cursor, and Roo Code was archived on 2026–05–15. Google’s Gemini CLI was launched on 2025–06–25 with a generous free tier; Google later announced on 2026–06–18 that Gemini CLI and Gemini Code Assist for individuals, Pro, and Ultra tiers stopped serving requests. Kilo Code’s legacy IDE extension repo reaches end-of-life on 2026–07–31. The honest read on “open-source means access” in 2026 is that open-source at the agent layer reduces lock-in at the runtime, while model APIs, subscriptions, hosted sandboxes, marketplaces, and quotas can still create lock-in. The escape hatch is the open-source core. The escape hatch is not free.

The full table

#   Project              URL                                      Stars    License   
--  -------------------  ---------------------------------------  -------  ----------
1   OpenHands            github.com/All-Hands-AI/OpenHands        79.6k    MIT       
2   Open SWE             blog.langchain.com/open-swe/             (small)  MIT       
3   Aider                github.com/Aider-AI/aider                47.1k    Apache 2.0
4   Codex CLI            github.com/openai/codex                  47.1k    Apache 2.0
5   OpenCode             opencode.ai                              (small)  (see repo)
6   Goose                github.com/aaif-goose/goose              50.7k    Apache 2.0
7   Cline                github.com/cline/cline                   64.3k    Apache 2.0
8   Kilo Code            kilo.ai                                  (small)  (see repo)
9   Superpowers          github.com/obra/superpowers              248k     MIT       
10  Matt Pocock Skills   github.com/mattpocock/skills             158.4k   MIT       
11  G Stack              github.com/garrytan/gstack               120k     MIT       
12  wshobson/agents      github.com/wshobson/agents               37.6k    MIT       
13  awesome-mcp-servers  github.com/punkpeye/awesome-mcp-servers  90.4k    MIT       
14  AGENTS.md            agents.md                                (spec)   (open)    
15  MCP                  modelcontextprotocol.io                  (spec)   Apache 2.0
16  Terminal-Bench 2.1   tbench.ai                                (bench)  (open)    
17  Strix                github.com/usestrix/strix                37.8k    Apache 2.0

Star counts verified against GitHub on 2026–07–06. Star counts marked “(small)” are sites that do not publish a single GitHub repository star count; the projects are real, the counts are not the right metric. Star counts marked “(spec)” or “(bench)” are standards or benchmarks, where the relevant metric is adoption, not repository stars. Total project count is seventeen, but the title stays at “12” to match the framing of the previous article on this publication, which this article builds on.

What this list is not

The list above covers the open-source tooling that makes vibe coding credible in 2026. Together with the previous twelve-project roundup, this is the open-source stack I would pull if I were rebuilding a solo founder’s agentic coding environment from scratch today. Deliberately absent here: closed-source agentic frontends (Claude Code, Cursor, Composer 2.5, GPT-5.5-class assistants inside JetBrains); frontier open-weight coding LLMs (Qwen-Coder, DeepSeek-Coder, GLM-Coder, Kimi-Dev, Llama-Coder, MiniMax-M3-Coder); single-function IDE extensions (Copilot autocomplete, Cody, Continue); model-routing layers (OpenRouter, Bifrost, LiteLLM); and the historical open-source agents that are no longer actively maintained (Continue, Roo Code, Kilo’s legacy IDE extension).

If a specific gap is missing, ask in the comments.

About the author

I am Caspar Bannink, founder of HomeScout, an AI-powered rental search and application workflow product for Dublin.

HomeScout: homescout.io

Personal LinkedIn: linkedin.com/in/caspar-bannink-719440217

HomeScout LinkedIn: linkedin.com/company/homescout-io


메타데이터
post_id
8f36ede6dcce
slug
12-open-source-coding-tools-that-each-vibe-coder-should-know-in-2026-8f36ede6dcce
url
https://pub.towardsai.net/12-open-source-coding-tools-that-each-vibe-coder-should-know-in-2026-8f36ede6dcce
canonical_url
https://pub.towardsai.net/12-open-source-coding-tools-that-each-vibe-coder-should-know-in-2026-8f36ede6dcce
author_url
https://medium.com/@CasparAI
status
ok
fetched_at
2026-07-08 16:17:31