Notepad++ for Mac
Notepad++ has been released as a native macOS application, eliminating the need for emulation layers like Wine or Porting Kit. This independent community port, launched on March 10, 2026, utilizes Objective C++ and the Scintilla editing component to deliver high execution speed and a minimal footprint on Apple Silicon and Intel Macs. The software is distributed as an Apple Developer ID-signed Universal Binary that contains no telemetry, advertising, or data collection. Full source code is publicly available on GitHub under the GNU General Public License.
EvanFlow – A TDD driven feedback loop for Claude Code
EvanFlow implements a Test-Driven Development loop using 16 cohesive skills and 2 custom subagents to manage software development from brainstorming to implementation with strict human checkpoints. The system enforces a hard cap of five iterations and halts before any git operations to prevent hallucinated actions, which research indicates cause 65% of enterprise AI coding failures. It specifically addresses the 62% error rate in LLM-generated test assertions by requiring an overseer subagent to verify that single-character bugs do not bypass test logic. This approach ensures that code changes remain verifiable through public interfaces while preventing context drift and scope creep through automated failure mode checks.