Installation Guide

System Requirements

PlatformVersion RequirementsOther
Windows10 / 11 (64-bit)4GB+ RAM recommended, microphone (for real-time recognition)

Windows Installation

Download the installer (choose either source):

Installation steps:

  1. Double-click the installer and follow the wizard to complete installation.

  2. After installation, open Command Prompt (cmd) or PowerShell and verify with:

    manyspeech --help

Method 2: Portable (No installation)

Download the archive (choose either source):

Installation steps:

  1. Extract to any directory (e.g., D:\Tools\ManySpeech).

  2. Enter that directory and double-click manyspeech-cli.exe to run.

    💡 Tip: To call manyspeech directly from any command prompt, add the extracted directory to your system PATH environment variable (double-click install.bat in the directory to do this automatically). To cleanly uninstall, run uninstall.bat.

Linux Installation

Method 1: AppImage (Single file)

  1. Download manyspeech-cli-1.0.0-preview.9.19-linux-x64.AppImage

    wget https://modelscope.cn/models/manyeyes/manyspeech-cli/resolve/master/manyspeech-cli-1.0.0-preview.9.19-linux-x64.tar.gz
    wget https://github.com/manyeyes/manyeyes.github.io/releases/download/v1.0.0-preview.9.19/manyspeech-cli-1.0.0-preview.9.19-linux-x64.AppImage
  2. Make it executable:

    chmod +x manyspeech-cli-1.0.0-preview.9.19-linux-x64.AppImage
  3. Run directly:

    ./manyspeech-cli-1.0.0-preview.9.19-linux-x64.AppImage

    📝 Note: If your system lacks FUSE, you can extract and run with the --appimage-extract option, or use --help to see other options.

Method 2: Portable (tar.gz)

  1. Download manyspeech-cli-1.0.0-preview.9.19-linux-x64.tar.gz

    wget https://modelscope.cn/models/manyeyes/manyspeech-cli/resolve/master/manyspeech-cli-1.0.0-preview.9.19-linux-x64.tar.gz
    wget https://github.com/manyeyes/manyeyes.github.io/releases/download/v1.0.0-preview.9.19/manyspeech-cli-1.0.0-preview.9.19-linux-x64.tar.gz
  2. Extract the archive:

    tar -xzvf manyspeech-cli-1.0.0-preview.9.19-linux-x64.tar.gz
  3. Enter the extracted directory:

    cd manyspeech-cli-1.0.0-preview.9.19-linux-x64
  4. Make it executable and run:

    chmod +x manyspeech-cli
    ./manyspeech-cli

Verify Installation

manyspeech --help

If help information is displayed, installation succeeded.

💡 General tip: The first time you run the program, it will automatically download the required speech recognition model files. Please be patient and ensure a working internet connection.