Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WolfBot Community

WolfBot Community — One Platform. Every Market.

One Platform. Every Market.

Crypto exchanges and MT5 — Forex, Gold, Indices — unified in one trading platform: one interface, one risk engine, one portfolio.

The same trading engine as WolfBot Cloud. A free, self-hosted crypto trading bot for Windows & Linux — automate crypto and MT5 from one interface.

Download WolfBot Community

Website · Getting Started · Documentation · Latest Release · Discussions

Public Preview Signed Releases SHA256 published Windows Linux Markets Downloads Discussions License: MIT


Stop Managing Markets in Separate Platforms

Trading infrastructure is fragmented.

One exchange app for crypto. Another for futures. MT5 terminal for Forex, Gold and Indices. Different dashboards for every account. Different bots for every platform. Separate risk tools scattered everywhere.

WolfBot changes that.

WolfBot is a unified crypto and MT5 trading platform: it connects your crypto exchanges (Binance, Bybit, BingX, KuCoin, Bitget) and your MT5 broker (Forex, Gold, Indices, Stocks/CFDs) into the exact same interface, the same risk engine, and the same portfolio view — no more juggling separate apps per market. WolfBot Community is that exact same platform, free to install and run on your own Windows or Linux machine.

                  CRYPTO EXCHANGES
                        │
Binance ──── Bybit ──── BingX ──── KuCoin ──── Bitget
            │            │            │             │
            └────────────┼────────────┼─────────────┘
                         │
                         ▼
                      WOLFBOT
                 Unified Trading Platform
                         │
              ┌──────────┼──────────┐
              │          │          │
          Trading      Risk     Portfolio
          Engine      Engine    Management
              │          │          │
              └──────────┼──────────┘
                         │
                         ▼
                  ONE INTERFACE
                         ▲
                         │
            ┌────────────┼────────────┐
            │            │            │
        Forex ────  Gold ────  Indices ──── Stocks/CFDs
                         │
                    MT5 BROKERS

The Same WolfBot — Just Running on Your Machine

WolfBot Community isn't a stripped-down trial. It's the identical trading engine, strategies and broker support as WolfBot Cloud — the only real difference is where it runs. Cloud runs it on WolfBot's managed servers; Community runs it on the computer sitting in front of you. That one difference is what makes Community more convenient and more secure for a lot of traders:

More convenient No signup, no subscription, nothing to wait on. Download, install, connect a broker, and you're trading — on hardware you already own and control, on your own schedule.
🔒 More secure Your API keys, trading data and strategies never leave your machine — there's no cloud database, no shared infrastructure, no third party in the loop. Combined with trade-only API keys, your funds stay on the exchange no matter what.
💸 Zero cost, forever The full unified platform — crypto, futures and MT5 — for $0. No per-trade fees, no subscription tiers. Your only cost is the electricity your machine already uses.
🛠️ Full control Your machine, your rules. Nobody can pause your trading, force an update, or discontinue a service on you. Open development on GitHub — inspect, extend, or self-host indefinitely.
WolfBot Cloud:
Your browser → WolfBot's managed server → Exchange

WolfBot Community:
Your machine → Exchange (directly — nothing in between)

Not sure which fits you? Community has the identical trading engine as Cloud — the honest breakdown is a two-minute read, not a sales pitch.

WolfBot vs a Typical Trading Bot

A typical trading bot connects to one exchange → one API → one strategy → one market.

WolfBot unifies multiple exchanges + multiple brokers + crypto + MT5 markets under one platform:

Typical Bot WolfBot Community
Markets One exchange Crypto + Futures + MT5
Interface One dashboard per bot One unified interface
Risk Per-bot or none Unified risk across all markets
Portfolio Per-exchange One portfolio — all markets
Execution Direct to exchange Unified execution layer
Cost Varies (free to $$$) Free

What's Inside

Feature Feature
🌐 Unified Markets Crypto exchanges + MT5 (Forex, Gold, Indices). One platform. 🎯 Smart Execution Unified order routing across all markets.
🖥️ One Interface Accounts, positions, orders — one dashboard. 🛡️ Unified Risk Position limits and drawdown guards across everything.
📊 One Portfolio Single portfolio view over all connected markets. 🤖 Automation Multi-strategy bots, TradingView signals, pipelines.
🧪 Simulation Paper-trade across markets risk-free. 💻 Smart Terminal Manual trading with risk-aware execution.
🔄 Auto Updates Stay current with signed channel updates. 💾 Backup & Restore Snapshot-based backup and recovery.

Full feature breakdown →


Install in Minutes

Windows (installer coming in a follow-up release)

# 1. Download Setup.exe from community.wolfbot.io/download
# 2. Double-click → Install → Open WolfBot
# 3. Connect a Demo account first — real market data, zero risk, no real funds

Linux (Ubuntu/Debian)

cd ~/Downloads
sudo dpkg -i WolfBot-Setup-*.deb
sudo apt-get install -f       # if needed
wolfbot start                  # launch

Docker is installed automatically. No manual setup required.

→ Download WolfBot Community · Windows Guide · Linux Guide


Screenshots

WolfBot Community dashboard overview showing connected accounts and quick links to Portfolio, Strategies, Bots and Risk Center WolfBot Community account status page showing PnL, fees and per-account permissions
Dashboard · Account Status — captured from a real self-hosted WolfBot Community instance


Supported Markets

Crypto & Futures

Exchange Status Features
Binance ✅ Stable Spot, Futures, Demo, Terminal, Strategies
Bybit ✅ Stable Spot, Futures, Demo, Terminal, Strategies
BingX ✅ Stable Standard, Perpetual Futures, Demo, Terminal
KuCoin ✅ Stable Spot, Futures, Demo, Terminal, Strategies
Bitget ✅ Stable Spot, Futures, Demo, Terminal, Strategies

Traditional Markets via MT5 (Windows & Linux)

Market Status Instruments
Forex ✅ Stable EUR/USD, GBP/USD, USD/JPY, etc.
Metals ✅ Stable XAU/USD Gold, XAG/USD Silver, and more
Indices ✅ Stable US30, NAS100, S&P 500, etc.
Stocks/CFDs ✅ Stable Broker-dependent

MT5 works on both platforms: natively on Windows, or via WolfBot's built-in MT5 terminal container (browser VNC access) on Linux — no separate Windows machine needed. See the MT5 connect guide for both paths.


Security — Non-Custodial by Design

Running on your own machine isn't just more convenient, it removes an entire category of risk that cloud-hosted tools carry: there is no third-party server holding your keys, and no shared infrastructure for an attacker to target.

  • 🔑 Trade-only API keys — withdrawal and transfer permissions disabled at the exchange level, not just a software toggle. Even a compromised key can't move funds.
  • 💻 Self-hosted — API keys, trading data and strategies stay on your machine. No cloud database, no third party in the loop.
  • ✍️ Signed releases — every installer is cryptographically signed. Checksums are published so you can verify before installing.
  • 🧪 Demo-friendly — connect a broker Demo/testnet account first (real market data, virtual funds). Test strategies across every market before ever adding a Live key.
  • 🔒 Non-custodial — WolfBot never holds your funds. Your money stays on the exchange, and you can revoke access at any time.

Read our full security policy →


Community vs Cloud — Same Engine, Different Hosting

Is Community a "limited" version of Cloud? No. Community runs the identical trading engine, strategies and broker support as Cloud — crypto, futures and MT5, all included. The only real difference is who manages the infrastructure.

WolfBot Community WolfBot Cloud
Cost Free Subscription
Hosting Your machine Managed by WolfBot.io
Setup Install & configure Ready in minutes
Updates Channel-based auto-update Automatic
Support Community (Discussions) Direct support
Customization Full access — your machine, your rules Within platform
Feature Community Cloud
Crypto / Futures / MT5 Trading
Smart Terminal · Risk Controls · Simulation
Multi-Broker · TradingView Signals · Custom Strategies
Auto Updates · Backup & Restore
24/7 Operation ✅ (while your machine is on) ✅ Always
Managed hosting, team features, direct support

Detailed comparison →


Quick Start

  1. Download WolfBot Community
  2. Install on Windows or Linux
  3. Read Getting Started
  4. Start with Simulation — zero risk
  5. Connect a broker — start with a demo account

Documentation

Category Guides
Getting Started Overview · Windows Install · Linux Install
Trading Smart Terminal · Risk Controls · Simulation
Brokers Bybit · Binance · BingX · KuCoin · Bitget · MT5 · API Key Guide
Platform Updates · Backup & Restore · Release Channels · Troubleshooting
Reference Community vs Cloud · Self-Hosted Explained · Security

Community


Official Links

🌐 Website community.wolfbot.io
📦 Downloads community.wolfbot.io/download
🚀 Releases GitHub Releases
☁️ WolfBot Cloud wolfbot.io

WolfBot CommunityOne Platform. Every Market.
The same WolfBot, running on your machine — free, private, and yours to control.
Built with ❤️ by WolfBot.io

About

Free self-hosted trading bot for Windows & Linux — unify crypto exchanges and MT5 (Forex, Gold, Indices) into one interface, one risk engine, one portfolio. Non-custodial.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages