Installation

How to install and set up Solana Bots on your system.

Installation Guide

Getting started with Solana Bots is quick and easy. Go to the installation page, and download the binary/installer for your operation system.

Desktop Application

The desktop application provides a visual interface for managing your wallets and executing trades.

Windows

  1. Download the .exe installer.
  2. Double-click the installer and follow the on-screen instructions.
  3. Launch Solana Bots from your Start menu.

On windows the cli and the Desktop app comes in a single installer, you can use both, or only one.

macOS

For mac there is only support for the cli right now: install the binary and put it on your path:

Terminal
chmod +x solana-bots
sudo mv solana-bots /usr/local/bin/

Then run:

Terminal
solana-bots

To start the wizard.

Linux

For the Desktop app:

  1. Download the .rpm or .deb package depending on your distribution.
  2. run:
Terminal
sudo apt install <path to installer>

And start the app, from your desktop.

For the CLI, download the binary and put it on your path:

Terminal
chmod +x solana-bots
sudo mv solana-bots /usr/local/bin/

Then run:

Terminal
solana-bots

To start the wizard.

Anti-virus

Depending on your operating system (mostly windows and mac), may flag this software as virus/malware. This is because the software is not currently have Code Signing (Learn more about code signing). That will not change. However, you can verify the code in its repo before installing it.

Logo