Installation
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
- Download the
.exeinstaller. - Double-click the installer and follow the on-screen instructions.
- 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:
chmod +x solana-bots
sudo mv solana-bots /usr/local/bin/
Then run:
solana-bots
To start the wizard.
Linux
For the Desktop app:
- Download the
.rpmor.debpackage depending on your distribution. - run:
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:
chmod +x solana-bots
sudo mv solana-bots /usr/local/bin/
Then run:
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.