AtomCode icon

AtomCode 4.25.6

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.6",
  "src": {
    "url": "https://atomgit.com/atomgit_atomcode/atomcode/releases/download/v4.25.6/atomcode-v4.25.6-darwin-arm64.tar.gz",
    "sha256": "9837c40774811c54e30bed6552350c12dc047ef466a3acecec6f022d5370f76b"
  },
  "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"
  }
}