Tana icon

Tana 1.509.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.509.0",
  "src": {
    "url": "https://github.com/tanainc/tana-desktop-releases/releases/download/v1.509.0/Tana-1.509.0-universal.dmg",
    "sha256": "fc70be339a5a2fbd4480c6fe92bbeee8dca5e1027f498ef80dfe30d2be010431"
  },
  "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/"
  }
}