aider-chat-with-browser

aider-chat-browser 0.86.1

AI pair programming in your terminal

https://github.com/Aider-AI/aider
Apache License 2.0
main program: aiderprograms: aider
Platforms (32)
x86_64-windowsarmv7l-linuxloongarch64-linuxm68k-linuxmips-linuxx86_64-darwinpowerpc64-linuxriscv64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  aider-chat-with-browser
];
Ad-hoc shell
nix-shell -p aider-chat-with-browser
Flake (nix run)
nix run nixpkgs#aider-chat-with-browser