AtomCode icon

AtomCode 5.0.1

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