Input 0 icon

Input 0 0.6.0

Voice input tool with AI transcription

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    input0 # Input 0
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    input0 # Input 0
  ];
}

Package Definition

{
  "pname": "input0",
  "version": "0.6.0",
  "src": {
    "url": "https://github.com/10xChengTu/input0/releases/download/v0.6.0/Input0_0.6.0_aarch64.dmg",
    "sha256": "686f3f91a3cccd0ab67ed7b1bd567d981cd364ebc92bb843d63198b9e3bf38b5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Input0.app\" && cp -r \"Input0.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Voice input tool with AI transcription",
    "homepage": "https://input0.com/"
  }
}