OrcaSheets icon

OrcaSheets 26.1.5

Local-first data analytics

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "orcasheets",
  "version": "26.1.5",
  "src": {
    "url": "https://github.com/dataorchestration/homebrew-orcasheets/releases/download/26.1.5/orcasheets_26.1.5_arm64.dmg",
    "sha256": "b0dea9e7b389fb6ce090c782ed53afa26ec0b0dcf50d84ede9ff8b106579c3ed"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/OrcaSheets.app\" && cp -r \"OrcaSheets.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Local-first data analytics",
    "homepage": "https://orcasheets.ai/"
  }
}