OpenHuman icon

OpenHuman 0.63.12

Personal AI assistant with local memory and integrations

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "openhuman",
  "version": "0.63.12",
  "src": {
    "url": "https://github.com/tinyhumansai/openhuman/releases/download/v0.63.12/OpenHuman_0.63.12_aarch64.dmg",
    "sha256": "048c589582df5d63c053ac6e171fe0f3d59e653823f31ab8b74fc49957f720e2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/OpenHuman.app\" && cp -r \"OpenHuman.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Personal AI assistant with local memory and integrations",
    "homepage": "https://tinyhumans.ai/openhuman"
  }
}