Editors, IDEs & Dev Tools

289 tools

outils Editors, IDEs & Dev Tools289 tools curated by the community. Most popular: RepoWorld, Rysh CLI, DeepSeekGUI. Each tool comes with a review, tags and alternatives to help you choose.

❓ Frequently asked questions about Editors, IDEs & Dev Tools

What is Editors, IDEs & Dev Tools?

Editors, IDEs & Dev Tools groups 289 tools curated by the mySelectas community. Most popular: RepoWorld.

What are the best free Editors, IDEs & Dev Tools tools?

mySelectas lists several free options in this category. See in particular: RepoWorld, Rysh CLI, DeepSeekGUI.

What is the best alternative to RepoWorld?

Discover alternatives to RepoWorld on mySelectas. See all alternatives →

289 tools
RepoWorldNew
Editors, IDEs & Dev Tools🌐 EN

Turns a GitHub repository into an explorable 3D city — files become buildings, open issues become creatures you can hunt with an AI code-review tool.

#code-review#git#data-visualization#version-control#open-source
github.com
📄 Full details →
💬 Review

The short version: a fun, working hobby project that makes exploring a codebase feel like a game, but it's a tiny, early-stage tool rather than something you'd rely on for real code review. Compared to mature codebase-visualization tools like GitHub's own Insights/dependency graph or commercial products like CodeSee and Sourcetrail, RepoWorld trades depth and scale for novelty: its 3D-city metaphor is genuinely fun to walk around in and it does tie into real GitHub issues via the Greptile API, but it can't compete on rigor, team features, or handling very large monorepos. Compared to Gource, …

👥 Target audience

Developers who want a novel, gamified way to get a first impression of an unfamiliar repository's size, structure and open issues.

🌍 Target countries

Global

🗣️ Available languages
ENGLISH
🔄 Alternatives
GourceCodeSeeSourcetrailGitHub InsightsRepoVerse
🔗 Visit RepoWorld
Rysh CLINew
Editors, IDEs & Dev Tools🌐 EN

An agentic terminal multiplexer where every pane can run tabs, splits, and vim/htop as usual — or act as an AI agent (Claude or Codex) that reads prompts and calls tools.

#terminal#cli-tool#llm#open-source#ai-agents
github.com
📄 Full details →
💬 Review

The short version: Rysh CLI is a clever mashup of a tmux-style terminal multiplexer and a multi-agent AI coding harness, useful if you already live in the terminal and want several Claude/Codex agents working in parallel panes rather than juggling separate windows. Compared to plain tmux or Zellij, Rysh CLI adds real value for AI-agent-heavy workflows: agent-aware panes, session persistence for long-running agent conversations, and an agents board for coordination that neither tmux nor Zellij offer natively. Compared to other AI coding harnesses layered on top of a single provider, Rysh CLI's…

👥 Target audience

Developers comfortable with terminal multiplexers (tmux/Zellij) who want to run multiple AI coding agents (Claude, Codex) in parallel.

🌍 Target countries

Global

🗣️ Available languages
ENGLISH
🔄 Alternatives
tmuxZellijClaude Code
🔗 Visit Rysh CLI
DeepSeekGUINew
Editors, IDEs & Dev Tools🌐 EN

An independently-built Windows desktop app that wraps DeepSeek's official open-source coding-agent runtime (Harness) in a native installer, with approval-gated file edits and an integrated browser.

#desktop-app#llm#ai-agents#open-source#code-completion
github.com
📄 Full details →
💬 Review

The short version: a useful convenience wrapper if you already use DeepSeek's coding agent and want it as a proper Windows app instead of a browser tab, but it's a tiny, unofficial, unsigned side project, so treat it as a convenience layer, not a trusted vendor product. DeepSeekGUI doesn't compete directly with Claude Code, Cursor, or VT Code as an agent in its own right — it's a distribution/packaging layer on top of DeepSeek's own official Harness runtime, closer in spirit to a community-built desktop shell than a competing coding agent. Its real strength is convenience: a proper installer,…

👥 Target audience

Windows developers who want a native desktop client for DeepSeek's AI coding agent instead of the web UI

🌍 Target countries

Global

🗣️ Available languages
ENGLISHCHINESE
🔄 Alternatives
DeepSeek Harness Web UI (official)Claude CodeVT Code
🔗 Visit DeepSeekGUI
VT CodeNew
Editors, IDEs & Dev Tools🌐 EN

An open-source, Rust-built AI coding agent that runs in your terminal, with an optional browser-based editor that can only write to disk after you explicitly review and approve its changes.

#cli-tool#llm#rust#code-completion#open-source
vinhnx.github.io
📄 Full details →
💬 Review

The short version: a genuinely full-featured, actively maintained open-source terminal coding agent that takes safety seriously — a solid free alternative to Claude Code or Aider if you're comfortable living in a terminal and bringing your own API key. At 826 stars and 80 forks with over 7,500 commits, VT Code is far more mature than most Show HN projects, and its scope is broad: 30+ LLM providers, local-model support, MCP, and editor integrations with Zed and VS Code put it in the same league feature-wise as Aider or Claude Code's CLI mode. The WebMCP browser-editor bridge with mandatory hum…

👥 Target audience

Developers who want a terminal-native AI coding agent with multi-provider flexibility and explicit human-approval safety controls

🌍 Target countries

Global

🗣️ Available languages
ENGLISH
🔄 Alternatives
Claude CodeAiderCursor
🔗 Visit VT Code
ClassTrace ExplorerNew
Editors, IDEs & Dev Tools🌐 EN

An open-source command-line tool that captures what happens when a Java program loads its classes at startup, and turns that into an interactive graph you can explore in a browser.

#java#open-source#cli-tool#debugging#profiling
github.com
📄 Full details →
💬 Review

The short version: a clever, honestly useful idea for Java developers chasing startup-time mysteries, but it's a brand-new, tiny project you should treat as an experiment, not a mature tool. ClassTrace Explorer doesn't really compete with general-purpose profilers like VisualVM or Java Flight Recorder (JFR), which measure CPU/memory over an app's whole lifetime — its niche is the class-loading graph specifically at startup, a blind spot those tools don't visualize well. JITWatch is probably the closest comparison, since it also turns low-level JVM internals into an explorable UI. The strength…

👥 Target audience

Java developers and software architects debugging startup performance and class-loading/dependency structure

🌍 Target countries

Global

🗣️ Available languages
ENGLISH
🔄 Alternatives
VisualVMJava Flight Recorder (JFR)JITWatch
🔗 Visit ClassTrace Explorer
MetisNew
Editors, IDEs & Dev Tools🌐 EN

An open-source, model-agnostic AI coding agent that uses a multi-agent Plan/Build workflow and persistent memory to push cheaper models like DeepSeek toward the coding performance of top-tier models like Claude Opus.

#ai#ide#typescript#ai-agents#open-source
github.com
📄 Full details →
💬 Review

The short version: Metis is a genuinely capable, free open-source coding agent whose multi-agent planning and memory design are its real strengths, but its headline 82% benchmark claim is self-reported and should be treated as a marketing number until verified independently. Compared to Claude Code and Cursor, Metis's biggest structural advantage is being model-agnostic and MIT-licensed at zero cost — you can point it at DeepSeek, Gemini, or a local Ollama model instead of paying per-token to a single vendor, which matters a lot for cost-conscious teams. Its Plan/Build separation, persistent …

👥 Target audience

Developers and teams wanting an autonomous, benchmark-backed coding agent without vendor lock-in

🌍 Target countries

Global

🗣️ Available languages
ENGLISH
🔄 Alternatives
Claude CodeCursorOpenCodeCline
🔗 Visit Metis
ScrapeforgeNew
Editors, IDEs & Dev Tools🌐 EN

A web scraper you configure with a YAML file instead of writing custom code, that first checks how hard a site is to scrape and automatically picks the right method.

#cli-tool#automation#web-scraping#python#open-source
github.com
📄 Full details →
💬 Review

The short version: Scrapeforge's core idea — probe first, then escalate fetching strategy automatically — is a genuinely useful pattern that saves the classic scraping trial-and-error, but it's a brand-new, single-maintainer project competing against mature tools with far more real-world mileage. Established options like Scrapy (for pure HTTP-based crawling at scale) or Playwright (for full browser automation) are more battle-tested, and hosted services like Firecrawl or Apify handle anti-bot measures and proxy rotation as a managed service so you don't maintain the infrastructure yourself. S…

👥 Target audience

Developers and data engineers who want to scrape multiple sites without writing custom extraction code for each one.

🌍 Target countries

Global

🗣️ Available languages
ENGLISH
🔄 Alternatives
ScrapyPlaywrightFirecrawlApify
🔗 Visit Scrapeforge
SnippetyNew
Editors, IDEs & Dev Tools🌐 EN

A native Mac and iPhone app that expands short keywords you type into full text, emails, or code snippets, with logic and scripting built in rather than just plain find-and-replace.

#automation#cli-tool#productivity#desktop-app
snippety.app
📄 Full details →
💬 Review

The short version: Snippety is a legitimately deep, well-reviewed text expander for people fully committed to the Apple ecosystem, and its $39.99 lifetime option is aggressively cheap next to subscription-only competitors, but it's Mac/iOS-only and closed source, so it's not a fit if you work across Windows/Linux or want to audit the code that handles your snippets. The standout feature is that Snippety treats snippets like small programs — shell script execution, conditional logic, a CLI — which puts it closer to power-user tools like Alfred workflows or Raycast extensions than a basic expan…

👥 Target audience

Mac/iPhone users who repeat the same text often: developers, support and sales teams, recruiters, lawyers, doctors, and writers.

🌍 Target countries

Global

🗣️ Available languages
ENGLISH
🔄 Alternatives
TextExpanderEspansoAlfredRaycastTypinator
🔗 Visit Snippety
GitHumanNew
Editors, IDEs & Dev Tools🌐 EN

Local review tool that lets you check AI-generated code changes in a GitHub-style diff view before you ever commit them, so bad AI edits get caught before they enter your history.

#ai#cli-tool#code-review#open-source#git
githuman.dev
📄 Full details →
💬 Review

The short version: GitHuman targets a real and growing problem — reviewing AI-generated code before it's committed — and being free, local, and open source makes it low-risk to add to a workflow, but it's an early-stage project in a niche that already has a very similar, more visible competitor in Stage.

👥 Target audience

Developers using AI coding agents (Claude, Copilot, Cursor) who want structured human review integrated into their local workflow before code commits.

🌍 Target countries

Global

🗣️ Available languages
ENGLISH
🔄 Alternatives
StageCodeRabbitGitHub Copilot review workflowsGraphite
🔗 Visit GitHuman
DrizzNew
Editors, IDEs & Dev Tools🌐 EN

An AI-powered mobile test automation platform where QA teams write tests in plain English and run them on real Android and iOS devices, with self-healing tests that adapt when the UI changes.

#freemium#testing#ci-cd#ai#automation
drizz.dev
📄 Full details →
💬 Review

The short version: if your QA team is drowning in flaky, hand-written mobile test scripts, Drizz's plain-English authoring and self-healing execution genuinely target the right pain point — the question is whether the AI holds up on your specific app's edge cases, which you can only really know by trying it. Compared to Appium, the open-source standard, Drizz trades scripting control and zero licensing cost for a much lower maintenance burden — Appium tests are precise but famously brittle and demand ongoing selector upkeep, which is exactly what Drizz's vision-AI approach is built to avoid. …

👥 Target audience

Equipes QA, developpeurs mobile, tech leads dans l'e-commerce, la fintech, le divertissement, la navigation/cartes, la sante

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
AppiumBrowserStackLambdaTest
🔗 Visit Drizz
MulmoTerminalNew
Editors, IDEs & Dev Tools🌐 EN

A browser-based terminal grid for running and supervising many parallel Claude Code / Codex sessions at once, color-coded by which one needs your attention.

#ai-agents#cli#open-source#terminal
github.com
📄 Full details →
💬 Review

The short version: this is a well-targeted tool for a problem that only exists once you're already running several AI coding agents in parallel — if that's your workflow, the color-coded status grid alone will save real attention-switching overhead versus juggling raw terminal tabs. Its strongest idea is treating 'which agent needs me right now' as a first-class UI signal instead of something you have to check tab by tab, combined with git worktree isolation so parallel agents genuinely don't collide on the same branch. The honest caveat: this only pays off at scale — if you run one agent at …

👥 Target audience

Développeurs faisant tourner plusieurs agents de codage IA (Claude Code, Codex...) en parallèle

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
tmux + iTerm panesfenêtres IDE multiples avec plusieurs instances d'agent
🔗 Visit MulmoTerminal
ShotSweepNew
Editors, IDEs & Dev Tools🌐 EN

A command-line visual regression testing tool that screenshots your site across viewports and flags pixel-level changes in CI, without a hosted dashboard.

#testing#open-source#cli-tool#ci-cd
github.com
📄 Full details →
💬 Review

The short version: a solid, no-frills option if you want visual regression testing inside your own CI pipeline and don't want to pay for or depend on a third-party SaaS dashboard — the trade-off is you also don't get that dashboard's polish or history browsing. Its real strength is being self-contained and CI-native: multi-input sources, multi-viewport capture, and authenticated-page support cover most real-world sites, and machine-readable JSON output means it slots into an existing pipeline rather than forcing you into someone else's UI. Compared to hosted visual-testing SaaS products, you …

👥 Target audience

Développeurs et équipes CI/CD ayant besoin de tests de régression visuelle sans dashboard hébergé

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
Playwright (utilisé en interne, pas un concurrent direct)
🔗 Visit ShotSweep
fake-bpy-moduleNew
Editors, IDEs & Dev Tools🌐 EN

Free, open-source stub modules that give Blender Python scripts proper autocomplete in IDEs like PyCharm and VS Code.

#code-completion#open-source#ide#python
github.com
📄 Full details →
💬 Review

The short version: a small but genuinely essential quality-of-life tool for anyone writing Blender scripts or add-ons regularly — the lack of autocomplete for bpy is a well-known pain point, and this fixes it cleanly. There's a related project, fake-bge-module, covering Blender's older Game Engine API specifically, but for the main bpy API this is close to the standard solution developers reach for. It's free, actively maintained across many Blender versions, and installs in seconds via pip — there's essentially no reason not to add it if you write Blender Python code in an external editor.

👥 Target audience

Développeurs de scripts et add-ons Python pour Blender

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
fake-bge-moduleDocumentation officielle Blender (sans autocomplete)
🔗 Visit fake-bpy-module
NeoswarmNew
Editors, IDEs & Dev Tools🌐 EN

A Neovim-style terminal dashboard for managing and controlling multiple AI coding agents at once.

#terminal#ai-agents#open-source#cli-tool
neoswarm.dev
📄 Full details →
💬 Review

The short version: built specifically for developers who already live in a terminal and want one Neovim-flavored dashboard for juggling multiple AI coding agents, rather than a general-audience tool. The comparison set here is less 'other AI chat apps' and more 'how do you currently manage parallel AI agent sessions' — typically a pile of tmux panes or, more recently, dedicated orchestrators. Neoswarm's pitch is multi-provider support (not locked to one AI vendor) plus persistence (agents keep running after you close the terminal), which plain tmux setups don't give you. It's a good fit if yo…

👥 Target audience

Développeurs à l'aise dans le terminal gérant plusieurs agents IA en parallèle

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
tmux/Zellij manuelConductorInterface TUI intégrée de Claude Code
🔗 Visit Neoswarm
AgentMachinistNew
Editors, IDEs & Dev Tools🌐 EN

A local-first CLI that turns a GitHub issue into a reviewed, tested pull request through a spec-approval pipeline.

#cli-tool#code-review#automation#ai-agents#open-source
github.com
📄 Full details →
💬 Review

The short version: a disciplined, solo-developer-focused alternative to just trusting an AI agent to open a PR — the SHA-bound approval step is the standout idea, forcing a real checkpoint between 'agent proposed a spec' and 'agent starts writing code.' It sits alongside tools like GitHub Copilot Workspace, Devin, and Cursor's background agents, all of which automate issue-to-PR to varying degrees, but most of those are hosted/cloud products with subscription pricing. AgentMachinist's local-first, multi-harness, free/open-source approach is the differentiator if you want that workflow without…

👥 Target audience

Développeurs solo ou petites équipes GitHub voulant un pipeline issue-vers-PR discipliné

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
GitHub Copilot WorkspaceDevinCursor (agents en arrière-plan)
🔗 Visit AgentMachinist
siloBriefNew
Editors, IDEs & Dev Tools🌐 EN

A local, offline CLI that generates a reviewed Markdown brief of a Python project's context for use across an air gap.

#ai-agents#cli-tool#open-source#self-hosting
github.com
📄 Full details →
💬 Review

The short version: a narrow but genuinely useful tool if you work in a closed-network environment and have been manually copy-pasting code into a text file to hand off to an AI assistant — siloBrief formalizes and safeguards that exact workflow. There's no direct competitor built specifically for air-gapped review workflows; the closer comparisons are general repo-to-context tools like repomix or gitingest, which package a codebase for AI consumption but don't emphasize the manual security review step or offline-only operation as a core design constraint. If you're not working under network i…

👥 Target audience

Développeurs travaillant en réseau fermé ou air-gapped ayant besoin de contexte IA sécurisé

🌍 Target countries

Worldwide

🗣️ Available languages
ENKO
🔄 Alternatives
repomixgitingestCopier-coller manuel
🔗 Visit siloBrief
TexLiteNew
Editors, IDEs & Dev Tools🌐 EN

A self-hosted, real-time collaborative browser-based LaTeX editor — an open-source alternative to Overleaf.

#docs#open-source#self-hosting#collaboration
github.com
📄 Full details →
💬 Review

The short version: if you or your organization would rather run LaTeX collaboration on your own infrastructure than trust a hosted service with your documents, TexLite gives you most of what made Overleaf popular, minus the hosting. Overleaf remains the default comparison and has a much larger user base, template gallery, and journal-submission integrations that a self-hosted tool won't match out of the box. TexLite's honest trade is control and privacy (your documents never leave your server) in exchange for doing your own hosting, updates, and backups — AGPL-3.0 also means anything you buil…

👥 Target audience

Petites équipes ou groupes de recherche préférant héberger eux-mêmes leur éditeur LaTeX collaboratif

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
OverleafShareLaTeX (fusionné avec Overleaf)
🔗 Visit TexLite
RudderNew
Editors, IDEs & Dev Tools🌐 EN

A local plugin that retroactively generates specifications and linked unit tests from your AI coding agent's prompt history.

#ai-agents#testing#open-source#documentation-tool
github.com
📄 Full details →
💬 Review

The short version: a smart, narrow tool for a specific pain point — if you're already using AI coding agents heavily and worried that nobody can say what the code was actually supposed to do, Rudder gives you a spec after the fact instead of making you write one before. Test coverage tied to specification completeness is a clever proxy metric, though it's still a proxy — 100% test coverage of a poorly-inferred spec doesn't guarantee the spec matches what you actually wanted. There's no direct competitor doing retrospective spec generation quite this way; the closer comparisons are spec-first …

👥 Target audience

Développeurs utilisant Claude Code ou Codex en développement piloté par spécification

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
AWS KiroCursor (mode spec)Frameworks de test classiques
🔗 Visit Rudder
HostflipNew
Editors, IDEs & Dev Tools🌐 EN

A macOS menu bar app that lets developers switch between different /etc/hosts configurations with one click, without repeated password prompts.

#open-source#desktop-app#cli#free
github.com
📄 Full details →
💬 Review

The short version: Hostflip is a small, focused utility that's genuinely useful if you switch hosts files often on a Mac and are tired of typing your password every time — but it's an extremely young, low-adoption project you're trusting with system-level config. At 14 GitHub stars and requiring macOS 14+ on Apple Silicon only (no Intel support planned), Hostflip is clearly early-stage compared to established alternatives like SwitchHosts or Gas Mask, which have longer track records and broader platform support. Its main technical edge — external edit detection plus baseline preservation — so…

👥 Target audience

Développeurs et administrateurs système Mac (Apple Silicon) jonglant avec plusieurs configurations /etc/hosts

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
SwitchHostsGas Mask
🔗 Visit Hostflip
agenttyNew
Editors, IDEs & Dev Tools🌐 EN

Single-binary terminal AI coding agent with near-instant startup, working with Claude, GPT, Groq, DeepSeek, or fully local Ollama models.

#cli#open-source#llm#terminal
github.com
📄 Full details →
💬 Review

The short version: agentty is worth a look if you want a terminal coding agent that starts instantly and doesn't lock you into one AI vendor — but it's a smaller, less-established project than the big names. The single static-binary distribution and sub-millisecond startup are a genuinely different value proposition from Claude Code, Aider, or OpenCode, all of which carry a Node/Python runtime and noticeably slower cold starts. Multi-provider flexibility down to fully offline Ollama use is also a real advantage for anyone who doesn't want to commit to a single vendor's pricing or availability…

👥 Target audience

Développeurs qui veulent un agent de code terminal ultra-rapide, sans dépendance à un seul fournisseur IA, avec option 100% locale/hors-ligne

🌍 Target countries

International

🗣️ Available languages
EN
🔄 Alternatives
Claude CodeAiderOpenCodeAnte
🔗 Visit agentty
Loading...