AtomCode icon

AtomCode 5.0.4

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": "5.0.4",
  "src": {
    "url": "https://atomgit.com/atomgit_atomcode/atomcode/releases/download/v5.0.4/atomcode-v5.0.4-darwin-arm64.tar.gz",
    "sha256": "619fb76a11f68cab2bce2e3a87b529cd15d53625724ea055ce0271b0e18e6c71"
  },
  "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"
  }
}