AtomCode icon

AtomCode 4.26.0

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