AtomCode icon

AtomCode 5.0.2

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.2",
  "src": {
    "url": "https://atomgit.com/atomgit_atomcode/atomcode/releases/download/v5.0.2/atomcode-v5.0.2-darwin-arm64.tar.gz",
    "sha256": "0ad6ca0c7dca0e236861ad5f061aae6b548f37ed3769ba827afa1b5022dc2956"
  },
  "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"
  }
}