Input 0 icon

Input 0 0.6.1

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.1",
  "src": {
    "url": "https://github.com/10xChengTu/input0/releases/download/v0.6.1/Input0_0.6.1_aarch64.dmg",
    "sha256": "8581c22c7bc8f5fa2d05ba84ee1f85ccd80f5d4af7bf07798af6f3d53c9f08e0"
  },
  "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/"
  }
}