Koharu icon

Koharu 0.47.4

ML-powered manga translator

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "koharu",
  "version": "0.47.4",
  "src": {
    "url": "https://github.com/mayocream/koharu/releases/download/0.47.4/koharu_0.47.4_aarch64.dmg",
    "sha256": "6fc64eafc411fa16e52e2c4de45cb980e35bd3f5e6677e82223e023ecd746c1e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Koharu.app\" && cp -r \"Koharu.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "ML-powered manga translator",
    "homepage": "https://koharu.rs/"
  }
}