Crypto Trading Bots for Linux

View 21 business solutions

Browse free open source Crypto Trading Bots and projects for Linux below. Use the toggles on the left to filter open source Crypto Trading Bots by OS, license, language, programming language, and project status.

  • Odoo Business Applications Icon
    Odoo Business Applications

    Odoo is a software suite to better manage and run your company.

    Odoo is a fully integrated, customizable, open-source software packed with hundreds of expertly designed business applications. Odoo’s intuitive database is able to meet a majority of business needs, such as: CRM, Sales, Project, Manufacturing, Inventory, and Accounting, just to name a few.
    Get Started
  • Digital business card + lead capture + contact enrichment Icon
    Digital business card + lead capture + contact enrichment

    Your complete in-person marketing platform

    Share digital business cards, capture leads, and enrich validated contact info - at events, in the field, and beyond. Powered by AI and our proprietary data engine, Popl drives growth for companies around the world, turning every handshake into an opportunity.
    Learn More
  • 1
    Binance Trading Bot

    Binance Trading Bot

    Automated Binance trading bot, trade multiple cryptocurrencies

    Automated Binance trading bot. Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis. This bot is using the concept of trailing buy/sell order which allows following the price fall/rise. Trailing Stop Orders About Trailing Stop Orders Concept you can find at Binance Official document. Place orders at a fixed value or percentage when the price changes. Using this feature you can buy at the lowest possible price when buying down and sell at the highest possible price when selling up. The bot supports multiple buy/sell orders based on the configuration. The bot is using MongoDB to provide a persistence database. However, it does not use the latest MongoDB to support Raspberry Pi 32bit. Used MongoDB version is 3.2.20, which is provided by apcheamitru. The bot is tested/working with Linux and Raspberry Pi 4 32bit. Other platforms are not tested.
    Downloads: 43 This Week
    Last Update:
    See Project
  • 2
    Ninjabot

    Ninjabot

    A fast cryptocurrency platform for trading bot in Go

    A fast cryptocurrency trading bot framework implemented in Go. Ninjabot permits users to create and test custom strategies for spot markets. Ninjabot is an open-source platform that provides tools to implement custom strategies and backtests for trading cryptocurrencies in Go. Ninjabot CLI provides utilities commands to support backtesting and bot development. Currently, we only support Binance exchange. If you want to include support for other exchanges, you need to implement a new struct that implements the interface Exchange. You can check some examples in the exchange directory. You can create bots in telegram accessing BotFather. Telegram bot requires that your bot is running to control and get information about your account.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 3
    Freqtrade

    Freqtrade

    Free, open source crypto trading bot

    Freqtrade is a free and open-source crypto trading bot written in Python. It is designed to support all major exchanges and be controlled via Telegram or WebUI. It contains backtesting, plotting, and money management tools as well as strategy optimization by machine learning. Always start by running a trading bot in Dry-run and do not engage money before you understand how it works and what profit/loss you should expect. We strongly recommend you have basic coding skills and Python knowledge. Do not hesitate to read the source code and understand the mechanisms of this bot, algorithms, and techniques implemented in it. Write your strategy in python, using pandas. Example strategies to inspire you are available in the strategy repository. Download historical data of the exchange and the markets you may want to trade with. Find the best parameters for your strategy using hyper optimization which employs machining learning methods.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    Krypto-trading-bot

    Krypto-trading-bot

    Self-hosted crypto trading bot, automated high frequency market

    K is a family of (very customizable) very low latency market-making trading bots with a fully featured web interface. It can place and cancel orders on one of the several compatible exchanges in less than a few milliseconds per order on a decent machine. If you don't want to configure or hardcode your own trading strategies in your own machine, you can run strategies from someone else at kryll.io (or at any other trading community out there). Our bots run on unix-like systems. Persistence is achieved through a built-in server-less SQLite C++ interface. Data transfers are directly done from your machine to the exchange using the latest CURL and OpenSSL versions. Installation in a dedicated Debian, Raspberry, Red Hat, CentOS or macOS instance without Docker is recommended. The web UI is compatible with most web browsers/resolutions, but Brave or Firefox at 1600px are recommended. Doesn't require configuration of any web server (unless installed behind your own reverse proxy).
    Downloads: 9 This Week
    Last Update:
    See Project
  • The AI coach for teams, built on validated assessments. Icon
    The AI coach for teams, built on validated assessments.

    Cloverleaf is an assessment-backed AI Coach that fully understands your people and the context of their workday.

    Give managers and teams proactive, contextual coaching to lead effectively, communicate clearly, and navigate real work situations as they happen.
    Learn More
  • 5
    OctoBot

    OctoBot

    Crypto investment, now on autopilot

    OctoBot is built for investors to get the best of their investments using the most profitable strategies. - Automate your crypto investment with proven strategies - Test before using your real funds - Enjoy the best trading strategies for free - Follow your investment from your mobile - Turn your best trading ideas into automated strategies with TradingView or python
    Downloads: 33 This Week
    Last Update:
    See Project
  • 6
    Kalshi Trading Bot CLI

    Kalshi Trading Bot CLI

    AI-native CLI for trading Kalshi prediction markets

    Kalshi Trading Bot CLI is an AI-driven command-line tool designed to automate trading strategies on Kalshi prediction markets by combining quantitative modeling with real-time market data. It operates by conducting deep research on events, generating independent probability estimates, and comparing those estimates against current market prices to identify trading opportunities. The system incorporates advanced decision-making logic, including Kelly criterion-based position sizing and a structured multi-step risk evaluation process before executing trades. Built as a CLI application, it allows traders to interact programmatically with markets, making it suitable for automation and integration into larger trading pipelines. The tool emphasizes disciplined trading through its risk engine, ensuring that decisions are filtered through multiple validation layers before capital is committed.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    python-binance

    python-binance

    Binance Exchange API python implementation for automated trading

    This is an unofficial Python wrapper for the Binance exchange REST API v3. I am in no way affiliated with Binance, use at your own risk. Implementation of all General, Market Data and Account endpoints. Asyncio implementation. Testnet Support for Spot, Futures, and Vanilla Options. Simple handling of authentication. No need to generate timestamps yourself, the wrapper does it for you. Response exception handling. Websocket handling with reconnection and multiplexed connections. Symbol Depth Cache. Historical Kline/Candle fetching function. Withdraw functionality. Deposit addresses. Margin Trading. Futures Trading. Vanilla Options. Support other domains (.us, .jp, etc). The breaking changes include the migration from wapi to sapi endpoints which are related to the wallet endpoints detailed in the Binance Docs.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Jesse

    Jesse

    An advanced crypto trading bot written in Python

    Jesse is an open-source AI agent framework designed to help developers build and orchestrate intelligent workflows that combine large language models (LLMs) with external tools, automation logic, and real-world actions. It acts as an agent manager where you can define tasks, contexts, and tool integrations so that AI reasoning is reliably connected to deterministic procedures like API calls, data retrieval, and task execution. Jesse emphasizes structured outputs, safety boundaries, and explainable reasoning, helping users design agents that don’t just hallucinate responses but can coordinate steps, validate conditions, and interact with systems predictably. It also includes built-in support for evaluation, logging, and orchestration so developers can monitor, test, and improve agent behavior over time. Because it’s framework-agnostic with respect to model providers, Jesse can work with different LLM backends, giving teams flexibility in cost and capability trade-offs.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    QuantumBot

    QuantumBot

    Designed to automate trading on the Solana blockchain

    QuantumBot is a trading automation tool designed for the Solana blockchain, utilizing platforms like Raydium, MOONSHOT, and PUMP.FUN. Developed by traders for traders, it aims to enhance trading strategies by automating various trading activities, thereby optimizing performance and efficiency.
    Downloads: 4 This Week
    Last Update:
    See Project
  • E-commerce Fulfillment For Scaling Brands Icon
    E-commerce Fulfillment For Scaling Brands

    Ecommerce and omnichannel brands seeking scalable fulfillment solutions that integrate with popular sales channels

    Flowspace delivers fulfillment excellence by pairing powerful software and on-the-ground logistics know-how. Our platform provides automation, real-time control, and reliability beyond traditional 3PL capabilities—so you can scale smarter, faster, and easier.
    Learn More
  • 10
    Superalgos

    Superalgos

    Free, open-source crypto trading bot, automated bitcoin trading

    Free, open-source crypto trading bot, automated bitcoin/cryptocurrency trading software, algorithmic trading bots. Visually design your crypto trading bot, leveraging an integrated charting system, data-mining, backtesting, paper trading, and multi-server crypto bot deployments. Superalgos is not just another open-source project. We are an open and welcoming community nurtured and incentivized with the project's native Superalgos (SA) Token, building an open trading intelligence network. You will notice the difference as soon as you join the Telegram Community Group or the new Discord Server! Superalgos is an ever-growing ecosystem of tools and applications. Once you install and launch the app, a series of interactive tutorials take you by the hand and walk you all around the system while you learn the basic skills required to use the interface, mine data, backtest strategies, and even run a live trading session.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    Algobot

    Algobot

    Cryptocurrency trading bot with a graphical user interface

    Cryptocurrency trading bot that allows users to create strategies and then backtest, optimize, simulate, or run live bots using them. Telegram integration has been added to support easier and remote trading. Please note that Algobot requires TA-LIB. You can view instructions on how to download TA-LIB. For Windows users, it's best to download the .whl package for your Python install and pip install it. For Linux and MacOS users, there's excellent documentation available. Create graphs with real time data and/or moving averages. Run simulations with parameters configured. Run custom backtests with parameters configured. Run live bots with parameters configured. Telegram integration that allows users to trade or view statistics. Create custom, trailing, or limit stop losses.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Hummingbot

    Hummingbot

    Build trading bots that run on any exchange or blockchain

    Hummingbot is an open-source project that integrates cryptocurrency trading on both centralized exchanges and decentralized protocols. It allows users to run a client that executes customized, automated trading strategies for cryptocurrencies. Hummingbot is software that helps you build and run automated trading strategies or bots. Its codebase is free and publicly available on Github under the Apache 2.0 open source license. Hummingbot Foundation is a not-for-profit foundation that facilitates decentralized maintenance and governance of the Hummingbot codebase, powered by the Hummingbot Governance Token (HBOT). Help us democratize high-frequency trading and give sophisticated algorithms to everyone in the world! We created hummingbot to promote decentralized market-making, enabling members of the community to contribute to the liquidity and trading efficiency in cryptocurrency markets.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Haveno App

    Haveno App

    The multi-platform app client user interface for Haveno

    Downloads: 15 This Week
    Last Update:
    See Project
  • 14
    Kelp

    Kelp

    Kelp is a free and open-source trading bot for the Stellar DEX

    Kelp is a free and open-source trading bot for the Stellar universal marketplace and for centralized exchanges such as Binance, Kraken, CoinbasePro, etc. Kelp includes several configurable trading strategies and exchange integrations. You can define your own parameters or use the sample configurations to quickly get up and running with a trading bot in a matter of minutes. The modular design allows you to easily create new trading strategies, exchange integrations, and assets to give you full control over the bot. Whenever you trade on Stellar, you are trading with volatile assets, in volatile markets, and you risk losing money. Kelp is experimental software that contains bugs. Use Kelp at your own risk. There is no guarantee you'll make a profit from using our bots or strategies. In fact, if you set bad parameters or market conditions to change, Kelp might help you lose money very fast. So be smart and go slow.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    OctoBot

    OctoBot

    Cryptocurrency trading bot for TA, arbitrage and social trading

    OctoBot is a trading robot that is designed to be easy to use and infinitely customizable. OctoBot is built for people who don't have much time or do not easily trust crypto-world projects. Many trading automation tools exist but most of them are complicated to use, expensive, do not behave as intended, or are meant to be used by professional traders. Moreover, when a favorable trend is spotted, it can be difficult to maximize profit from it: trading takes a lot of time, and when it's done automatically how to be sure that the robot will do what it is supposed to? By using OctoBot, you will be able to automate your trades with the strategy you have chosen and the markets you want. Whether you are a beginner or an expert trader, each strategy is testable easily without any limit. You can use an existing setup or try and customize your own until you identify the perfect settings for your trading goals and proceed with real money trading and make real gains.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Moliom Solana Bot

    Moliom Solana Bot

    Raydium + Pumpfun sniper bot with user-friendly GUI interface. Free

    !This bot is completely Free. The open source code available! This bot was developed by me and a friend. Initially we did it for ourselves, but later decided to give in free use to all people. The bot also has a very convenient and understandable for all interface
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17

    Smart-AI-Crypto-Trading-Bot

    Smart AI Crypto Trading Bot

    AI Crypto trading bot The Smart AI Crypto Trading Bot is an advanced software solution designed to automate cryptocurrency trading by leveraging artificial intelligence and machine learning technologies. This sophisticated trading bot performs comprehensive market analysis, including historical data assessment, real-time market trends, and sentiment analysis from various news and social media sources. By integrating these diverse data streams, the bot generates precise trading signals, indicating the optimal times to buy or sell specific cryptocurrencies. One of the standout features of the Smart AI Crypto Trading Bot is its ability to adapt to the ever-changing market conditions. It continuously learns from market data, refining its algorithms to improve trading accuracy over time. This adaptive learning mechanism ensures that the bot remains effective even as market dynamics evolve.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    Raydium-Sniper-Bot
    Raydium Sniper Bot is the ultimate tool for traders on the Solana blockchain. Combining speed, intelligence, and automation, this bot helps you seize market opportunities instantly. Whether you're a professional trader or just starting, the bot is designed to maximize your gains with minimal effort.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    Crypto-Pump-Bot-Ai-Powered

    Crypto-Pump-Bot-Ai-Powered

    A cutting-edge AI-driven cryptocurrency trading bot designed to detect

    A cutting-edge AI-driven cryptocurrency trading bot designed to detect and respond to market pump-and-dump activities. This bot leverages advanced machine learning models and sophisticated analysis techniques to identify opportunities, analyze market trends, and execute trades with precision.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    JesseAi

    JesseAi

    Advanced AI-Powered Python Crypto Trading Bot 2026 - Free Backtesting

    Jesse Bot: Advanced AI-Powered Python Best Crypto Trading Bot & Framework (2026) Jesse Bot — free open-source Python crypto trading bot & robust framework for cryptocurrency markets. Build, backtest, AI-optimize, and execute precise automated strategies with zero look-ahead bias. Use JesseGPT — built-in AI assistant — to write, debug, and refine strategies effortlessly, even as a beginner. Secure live trading on Binance, Bybit & major exchanges, full risk management, leverage/futures support, and pro analytics. One of the best open-source alternatives to Freqtrade with genuine AI edge: privacy-first self-hosting (no shared API keys), multi-timeframe/symbol backtesting, custom indicators, ML-enhanced signals. Perfect for Python devs, algorithmic traders, high-frequency, trend-following, mean-reversion & arbitrage enthusiasts seeking the top ai crypto trading bot or best crypto trading bot in 2026. Automate your crypto edge — download now & start winning! Join the future of crypto!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Pump.fun-Bot
    Pump Fun Trading Bot is an automated trading bot designed for the pump.fun platform, enabling automated buy-sell operations. The bot is built to recognize market conditions and execute trades without user intervention to capture the best trading opportunities.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22

    Solana MEV Bot

    Best & Fastest free solution for MEV and arbitrage on Solana.

    SolanaMevBot is a sophisticated arbitrage trading bot engineered specifically for the Solana blockchain. It leverages Solana's high speed and low transaction fees to automatically identify and execute profitable arbitrage opportunities across various decentralized exchanges (DEXs). This bot integrates with Jito, a leading MEV infrastructure provider on Solana, to ensure gas fees are only incurred on successful, profitable trades. Key features include continuous automated trading, lightning-fast execution to capture fleeting price differences, and the ability to monitor multiple DEXs simultaneously. The bot operates on a profit-sharing model: a fee is only charged when an arbitrage transaction is successful (after the Jito tip). A demo account is available to demonstrate the bot's functionality and performance. Explore the world of automated Solana arbitrage trading with SolanaMevBot.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Mev Seeker

    Mev Seeker

    Mev Seeker is an advanced All-In-One (AIO) Mev Bot

    Mev Seeker is an advanced All-In-One (AIO) Maximal Extractable Value (MEV) bot engineered to autonomously identify and capitalize on profitable trading opportunities across both Solana and Ethereum blockchain networks. By meticulously monitoring pending transactions and analyzing market dynamics, Mev Seeker executes strategies such as arbitrage, front-running, and sandwich attacks to optimize returns.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Solana Jupiter Auto Trade Bot
    This bot is designed to enhance your experience with Solana's Jupiter platform. With a focus on automation, AI integration, and user-friendly operation, it delivers seamless trading, optimized performance, and simplified processes for developers and traders alike.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB