AtomCode icon

AtomCode 5.0.8

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