<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Developer Tools on SoloSoft</title><link>https://www.solosoft.dev/tags/developer-tools/</link><description>Recent content in Developer Tools on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 16 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/developer-tools/index.xml" rel="self" type="application/rss+xml"/><item><title>public-apis: The 461k-Star Free API List That Became GitHub's 4th Most-Starred Repo</title><link>https://www.solosoft.dev/post/public-apis-free-api-list-github/</link><pubDate>Sun, 16 Aug 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/public-apis-free-api-list-github/</guid><description>&lt;h1 id="public-apis-the-461k-star-free-api-list-that-became-githubs-4th-most-starred-repo"&gt;public-apis: The 461k-Star Free API List That Became GitHub&amp;rsquo;s 4th Most-Starred Repo&lt;/h1&gt;
&lt;p&gt;Some GitHub repositories are code. Some are documentation. And some — like &lt;a href="https://github.com/public-apis/public-apis"&gt;public-apis/public-apis&lt;/a&gt; — are something stranger: &lt;strong&gt;a markdown file that out-starred Linux.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;461,000+ stars. 50.9k forks. 5,108 commits. The &lt;strong&gt;4th most-starred repository on all of GitHub&lt;/strong&gt; — ahead of React, TensorFlow, and the Linux kernel &lt;strong&gt;combined&lt;/strong&gt;. And its entire core product is a list of free APIs, organized in tables.&lt;/p&gt;
&lt;p&gt;This is the story of that list: how it was born, how it nearly died, how four volunteers resurrected it into a phenomenon — and why you should still be careful using it in 2026.&lt;/p&gt;</description></item><item><title>Bloop: The Open-Source GPT-4 Powered Code Search Engine Written in Rust</title><link>https://www.solosoft.dev/post/bloop-code-search-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/bloop-code-search-2026/</guid><description>&lt;p&gt;Searching through unfamiliar codebases is one of the most time-consuming tasks in software development. Traditional tools like grep are powerful but require you to know exactly what you are looking for. IDE search is better but limited to lexical patterns and symbol navigation. &lt;strong&gt;Bloop&lt;/strong&gt; reimagines code search entirely: it is an open-source AI-powered code search engine written in Rust that lets developers query their codebases using natural language.&lt;/p&gt;
&lt;p&gt;Bloop combines &lt;strong&gt;GPT-4 powered natural language understanding&lt;/strong&gt; with &lt;strong&gt;hybrid lexical and vector search&lt;/strong&gt; to deliver results that understand developer intent, not just string patterns. A query like &amp;ldquo;find where we handle OAuth token refresh&amp;rdquo; returns semantically relevant code locations, not just files containing the string &amp;ldquo;refresh.&amp;rdquo;&lt;/p&gt;</description></item><item><title>Claude Code: Anthropic's Official Agentic Coding Tool for the Terminal</title><link>https://www.solosoft.dev/post/claude-code-cli-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/claude-code-cli-2026/</guid><description>&lt;p&gt;AI-assisted software development reached a turning point with the introduction of agentic coding tools that can understand entire codebases, execute multi-step tasks, and interact with development workflows autonomously. &lt;strong&gt;Claude Code&lt;/strong&gt; is Anthropic&amp;rsquo;s official entry in this space, a terminal-native agentic coding tool that represents the most deeply integrated AI coding experience available for the Claude ecosystem.&lt;/p&gt;
&lt;p&gt;Claude Code goes far beyond simple code completion. It reads and indexes your entire codebase, understands project architecture, and can perform complex multi-file operations &amp;ndash; implementing features, refactoring modules, fixing bugs across multiple files, and managing git workflows. Its shell execution capability means it can install dependencies, run tests, start dev servers, and interpret output, closing the loop between code generation and verification.&lt;/p&gt;</description></item><item><title>Cline: Open-Source Autonomous AI Coding Agent for VS Code</title><link>https://www.solosoft.dev/post/cline-ai-coding-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/cline-ai-coding-2026/</guid><description>&lt;p&gt;VS Code has become the world&amp;rsquo;s most popular code editor, and its extension ecosystem has spawned countless productivity tools. But &lt;strong&gt;Cline&lt;/strong&gt; represents something fundamentally different from the autocomplete suggestions and code snippets that most AI extensions offer. It is an autonomous AI coding agent that operates within VS Code, capable of understanding your entire project, planning multi-step implementations, and executing them with your supervision.&lt;/p&gt;
&lt;p&gt;Developed by the cline organization, Cline has rapidly gained popularity among developers who want more than inline suggestions. It can read files across your project, create new ones, run terminal commands, launch a headless browser, and interact with external tools through the Model Context Protocol. Every action requires human approval, keeping the developer firmly in control while the AI handles the heavy lifting of implementation.&lt;/p&gt;</description></item><item><title>OpenCode: Open-Source AI Coding Agent by Anomaly</title><link>https://www.solosoft.dev/post/opencode-coding-agent-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/opencode-coding-agent-2026/</guid><description>&lt;p&gt;The AI coding assistant landscape has expanded rapidly, with options ranging from fully integrated IDE plugins to standalone CLI tools. &lt;strong&gt;OpenCode&lt;/strong&gt; by Anomaly occupies a compelling middle ground: an open-source, terminal-native AI coding agent that understands your entire codebase, automates complex development tasks, and integrates deeply with git workflows.&lt;/p&gt;
&lt;p&gt;OpenCode differentiates itself through its autonomy and codebase understanding. Unlike simple code completion tools, OpenCode can read and index your entire project, understand its architecture, and execute multi-step tasks like implementing a feature across multiple files or refactoring a module end-to-end. It also executes shell commands directly, installs dependencies, runs tests, and interprets results &amp;ndash; acting as a true development partner rather than a passive assistant.&lt;/p&gt;</description></item><item><title>Wave Terminal: Open-Source Terminal with Web-Native UI</title><link>https://www.solosoft.dev/post/waveterm-terminal-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/waveterm-terminal-2026/</guid><description>&lt;p&gt;The terminal has remained remarkably unchanged for five decades. The green-on-black CRT monitors are gone, but the text grid they used — fixed-width characters in a rectangular canvas — remains the dominant paradigm. Even modern terminals like iTerm2, Windows Terminal, and GNOME Terminal, for all their polish, render text in essentially the same way as a VT100 from 1978.&lt;/p&gt;
&lt;p&gt;Wave Terminal breaks this pattern. It is an open-source terminal emulator with a web-native user interface — built on Electron, React, and modern web rendering. Instead of a character grid, it provides an HTML canvas where output can include images, formatted tables, interactive charts, and embedded web content. The terminal is no longer a text interface; it is a rich application environment.&lt;/p&gt;</description></item></channel></rss>