AtomCode icon

AtomCode 4.25.3

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