Tana icon

Tana 1.511.0

Knowledge management workspace with AI-powered outlining

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "tana",
  "version": "1.511.0",
  "src": {
    "url": "https://github.com/tanainc/tana-desktop-releases/releases/download/v1.511.0/Tana-1.511.0-universal.dmg",
    "sha256": "ca1bada744cb1d69c2cfe0c5e7ca54eb5d983f8b2c7fe422f8df700f684abcda"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tana.app\" && cp -r \"Tana.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Knowledge management workspace with AI-powered outlining",
    "homepage": "https://tana.inc/"
  }
}