AtomCode icon

AtomCode 4.25.8

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.8",
  "src": {
    "url": "https://atomgit.com/atomgit_atomcode/atomcode/releases/download/v4.25.8/atomcode-v4.25.8-darwin-arm64.tar.gz",
    "sha256": "198e05a4d3a9a0a49bd10a1bd9bbf7091f125948f7a0b713607ea17fa420b985"
  },
  "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"
  }
}