Terax icon

Terax 0.8.6

Terminal-first AI-native developer workspace

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    terax # Terax
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    terax # Terax
  ];
}

Package Definition

{
  "pname": "terax",
  "version": "0.8.6",
  "src": {
    "url": "https://github.com/crynta/terax-ai/releases/download/v0.8.6/Terax_0.8.6_aarch64.dmg",
    "sha256": "7aca12b515a6916e5b3b1411ac59934d66e1d008685c2a9ce850663f4c23a67e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Terax.app\" && cp -r \"Terax.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Terminal-first AI-native developer workspace",
    "homepage": "https://terax.app/"
  }
}