Skip to content

Installation and Configuration

alex edited this page May 6, 2026 · 57 revisions

This guide covers installation and initial configuration for Elite Intel on Windows and Linux.

Windows πŸͺŸ

  1. Download the πŸ‘‰installerπŸ‘ˆ.
  2. Run the installer and follow the on-screen prompts.
    • Parakeet STT (local speech recognition) and Kokoro TTS (local text-to-speech) are both included. No additional steps or services are required.
  3. Set up an LLM. Two options are available:
    • Local LLM (free, offline): See the Local LLM guide. Requires capable GPU hardware.
    • Cloud LLM (easier to set up): See the Configure the app guide for API key setup.

Linux 🐧

Installation (no sudo required)

  1. Download the installer script:
curl -L -o installer.sh https://raw.githubusercontent.com/stone-alex/EliteIntel/refs/heads/master/distribution/installer.sh
  1. Make the script executable and run it:
chmod +x installer.sh
./installer.sh

The app installs to ~/.var/app/elite.intel.app. Both Parakeet STT and Kokoro TTS are bundled with the app. No additional installation is needed. Enable them in the app via the Settings tab β˜‘ Use checkboxes.

  1. Set up an LLM. Two options are available:
    • Local LLM (free, offline): See the Local LLM guide. Requires capable GPU hardware.
    • Cloud LLM (easier to set up): See the Configure the app guide for API key setup.

Setup complete. See Configure the app for next steps.


Uninstall

Use the -d flag to remove the app. The installer will prompt before deleting configuration and API key data.

bash installer.sh -d

First Run Checklist

Locate the Elite Intel icon in your desktop environment. It may appear under Games or Utilities depending on your DE.

Once installed and configured, complete the following before the first session:

  1. Start the app and open the Player tab. Set the Journal and Bindings directory path. The app requires these to process game data. Restart services after setting the paths.
  2. Start Services.
  3. Run Recalibrate Audio. This calibrates the engine to room noise and microphone characteristics. Recalibrate whenever hardware changes. The oscilloscope on the Settings/Audio tab turns green while speaking and red when silent.

For issues, report on Matrix. Bug reports and pull requests are welcome.

Community πŸ‘‰MatrixπŸ‘ˆ

Clone this wiki locally