AtomCode icon

AtomCode 4.25.7

Open-source terminal AI coding agent

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    atomcode # AtomCode
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    atomcode # AtomCode
  ];
}

Package Definition

{
  "pname": "atomcode",
  "version": "4.25.7",
  "src": {
    "url": "https://atomgit.com/atomgit_atomcode/atomcode/releases/download/v4.25.7/atomcode-v4.25.7-darwin-arm64.tar.gz",
    "sha256": "dec961810c9b52eb0d0ed7efb0b1cb27c019a01da0e6c8402a9faf244a6f7124"
  },
  "installPhase": [
    "mkdir -p \"$out/bin\" && ln -s \"atomcode\" \"$out/bin/atomcode\""
  ],
  "meta": {
    "description": "Open-source terminal AI coding agent",
    "homepage": "https://atomgit.com/atomgit_atomcode/atomcode"
  }
}