Navigator Mode (Like Claude Code) for Aider
Hullo folks! Over the last two days, I've built out support for autonomy in Aider (a lot like Claude Code) that hybridizes with the rest of the app. It's just implemented as a mode, so you can start Aider with `--navigator` or `/navigator` and ask it to do things. It's fully able to... - test out all of its tools, reverting its edits after it makes each one (https://asciinema.org/a/eqnvZ57O7nVWkpc15NYO1tMHx) - rename just the relevant parts and publish itself to PyPI ( https://asciinema.org/a/9JtT7DKIRrtpylhUts0lr3EfY) - ship new tools and…
In plain words
Navigator Mode adds autonomous capabilities to Aider, an AI-assisted coding tool. Users can enable it with the `--navigator` flag to have the AI independently complete tasks like testing tools, reverting changes, updating code, and publishing to PyPI. It works similarly to Claude Code, allowing extended autonomous work sessions within Aider's existing interface. The feature integrates with Aider's normal workflow rather than replacing it.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hullo folks! Over the last two days, I've built out support for autonomy in Aider (a lot like Claude Code) that hybridizes with the rest of the app. It's just implemented as a mode, so you can start Aider with `--navigator` or `/navigator` and ask it to do things. It's fully able to... - test out all of its tools, reverting its edits after it makes each one (https://asciinema.org/a/eqnvZ57O7nVWkpc15NYO1tMHx) - rename just the relevant parts and publish itself to PyPI ( https://asciinema.org/a/9JtT7DKIRrtpylhUts0lr3EfY) - ship new tools and features in itself - work in long form akin to Claude Code, in all the ways that that tool does (though I haven't added MCP yet, though someone else has a PR out for that: https://github.com/Aider-AI/aider/pull/3672) I love Claude Code but I really wanted something like this to be open source and tinker-able -- and because Aider is so wonderfully built, I felt that it's nicest to have this functionality in a tool that has had lots of other thought put into it already. Huge thanks to Paul Gauthier (HN user anotherpaulg) for Aider. Because Aider's already an amazing platform even without the autonomy, it's very easy to interleave the rest of Aider's functionality with navigator mode. That means... web UI, watch mode (just leave a `# make this darker ai!` comment and Aider will do it) voice input, `/ask`, `/code` and `/architect`. It works well with a variety of models, but I've found Gemini 2.5 Pro to be the strongest that I've tried, followed by 3.7 Sonnet. Fair warning, akin to Claude Code it can be expensive to run. I'm working on various ways of cutting that down at the moment. Still lots to improve, but I'm using this all day every day at the moment, so I'll continue to update. :) I never self-post, so this is an oddity for me, but folks have been asking after things like this, so I figured a quick post made sense. --- So that people can try it out, I had it upload itself to PyPI as `navigator-mode`, until (and if!) the PR is accepted. Still use the `aider --navigator` command to run it! After that I was paranoid, so I ran another session where I asked it, "We published this to PyPI. Can you check the distribution of navigator-mode and check that we didn't leak any secrets?" It dutifully checked `pyproject.toml`, then went after `MANIFEST.in`, scanned a bunch of files and was able to confirm that (hopefully!) I didn't.
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, April 2025
the whole month →- IB
Hi everyone, I built PyXL — a hardware processor that executes a custom assembly generated from Python programs, without using a traditional interpreter or virtual machine. It compiles Python -> CPython Bytecode -> Instruction set designed for direct hardware execution. I’m sharing an early benchmark: a GPIO test where PyXL achieves a 480ns round-trip toggle — compared to 14-25 micro seconds on a MicroPython Pyboard - even though PyXL runs at a lower clock (100MHz vs. 168MHz). The design is stack-based, fully pipelined, and preserves Python's dynamic typing without static type restrictions.…
Dev tools · 2025 · runpyxl.com
- UC
Life & fun · 2025 · filiph.github.io
- IB
https://the-pocket.github.io/Tutorial-Codebase-Knowledge/
AI · 2025 · github.com


