Installation
You can install anyllm with a single command. This will download the appropriate binary for your system and place it in /usr/local/bin.
curl -sSfL https://anyllm.tech/install.sh | sh
Note: The script may ask for your password (sudo) to move the binary to the target directory.
Manual Installation
You can also download the latest pre-built binaries for Linux and macOS directly from the GitHub Releases page. The release link will change with each new version.
-
Download the Binary: Go to the latest release and download the appropriate binary for your operating system and architecture:
anyllm-linux-x86_64anyllm-macos-x86_64anyllm-macos-aarch64(for Apple Silicon Macs)
-
Make it Executable: After downloading, open your terminal, navigate to the directory containing the file, and make it executable. You can also rename it for convenience.
# For example, on Linux mv anyllm-linux-x86_64 anyllm chmod +x ./anyllm -
Special Instructions for macOS Users: When you first try to run the application on macOS, you may see a warning that it is from an unidentified developer. To resolve this, you need to grant an exception for the app.
- Navigate to System Settings > Privacy & Security.
- Scroll down to the "Security" section.
- You will see a message about "anyllm" being blocked. Click the "Open Anyway" button.
For more detailed instructions, please refer to the official Apple support page: Open a Mac app from an unidentified developer.
-
Run the Application: Once the file is executable, you can run it from your terminal.
./anyllmRemember to create an
anyllm.jsonconfiguration file in the same directory where you run the binary.