AtomCode icon

AtomCode 5.0.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": "5.0.0",
  "src": {
    "url": "https://atomgit.com/atomgit_atomcode/atomcode/releases/download/v5.0.0/atomcode-v5.0.0-darwin-arm64.tar.gz",
    "sha256": "0066021cb176a5cfe4833bce3c9f9906870c5e47d1158615508ef4f6f28e175b"
  },
  "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"
  }
}