AIO Alpha
All-in-one social terminal for memecoin traders
💬
Discord + Telegram
DMs, servers, channels — unified feed
𝕏
X / Twitter
Real-time tweet feeds in-app
Trade Panel + HL
Jupiter swap + Hyperliquid perps
🌐
Built-in Browser
Axiom, Photon, DexScreener — no extensions

Download AIO Alpha

Enter your license key to access downloads

v1.0.0

Welcome,

Choose your platform to download

macOS first install: After downloading, open Terminal and run:
xattr -cr ~/Downloads/AIO-Alpha-*.pkg && open ~/Downloads/AIO-Alpha-*.pkg This opens the installer. Click through to install, then open AIO Alpha from Applications. Only needed once. Or: System Settings → Privacy & Security → Open Anyway
Sign out

Getting Started Start Here

First Launch

  1. Download and install for your platform (Windows .exe or macOS .pkg)
  2. Launch AIO Alpha — you'll see the license screen
  3. Enter your username and license key (provided by admin)
  4. The dashboard loads with your panels — Discord, Telegram, Twitter, Browser, HL
The app auto-updates — you'll never need to manually download again after the first install.

Panel Layout

The dashboard is split into a main feed (left) and floating panels (right). Click +Panel to add Discord, Telegram, Twitter, Browser, FOMO, GMGN, Defined, or Hyperliquid panels. Panels are draggable and resizable.

💬 Discord

Setting Up Discord

  1. Click Settings (top right) → Discord tab
  2. Paste your Discord user token
  3. The listener connects and loads your servers + channels
Your Discord user token gives full access to your account. Never share it. AIO Alpha stores it locally in your .env file only.

Getting Your Discord Token

  1. Open Discord in your browser (not the app)
  2. Press F12 to open DevTools
  3. Go to Network tab → type /api in the filter
  4. Click any request → look for the Authorization header
  5. Copy that value — that's your token

Discord DMs

Click +PanelDM Panel to open a dedicated DM view. Your friends list loads automatically. Click a friend to open the conversation. You can send messages directly from AIO Alpha.

Discord Panels

Add a Discord Panel to filter specific servers/channels. Click the cog icon on the panel to select which servers and channels to show. Great for watching specific alpha groups without noise.

📨 Telegram

Setting Up Telegram

  1. Click Settings (top right) → Telegram tab
  2. Enter your API ID and API Hash from my.telegram.org
  3. Click the person icon on a Telegram panel → enter your phone number
  4. Enter the verification code sent to your Telegram
  5. If 2FA is enabled, enter your password
Your Telegram session is saved locally — you only need to authenticate once. It auto-reconnects on restart.

Getting Telegram API Credentials

  1. Go to my.telegram.org
  2. Log in with your phone number
  3. Click API Development Tools
  4. Create a new application (any name)
  5. Copy the App api_id and App api_hash

Telegram Panels

Click the book icon on a Telegram panel to pick channels and groups. Messages show with author name, profile photo, and forwarded message attribution. Images display inline with hover-to-expand.

𝕏 X / Twitter

Setting Up Twitter Feed

  1. Add a Twitter Panel via +Panel
  2. Click the cog icon on the panel
  3. Enter your WebSocket URL for the tweet stream
  4. Click Connect — tweets flow in real-time

Each Twitter panel can connect to a different WebSocket source. The connection status dot shows green (connected), red (disconnected), or grey (not configured).

Tweet Types

The feed shows tweets, replies, quote tweets, retweets, follows, and deleted tweets (highlighted red). Media thumbnails expand on hover.

⚡ Trade Panel

Solana Trading (Jupiter)

The trade panel connects to your Phantom wallet (injected automatically — no extension needed). When you see a contract address (CA) in Discord or Telegram, click it to load it in the trade panel.

  1. Paste or click a CA — token image and ticker load from GMGN
  2. Click a buy amount button (1/3/5/10 SOL) to swap instantly via Jupiter
  3. Click a sell % button to sell your position
Right-click any buy/sell button to customize the amount. Settings are saved.

Wallet Setup

Your Solana private key and EVM private key go in the .env file:

  • SOL_PRIVATE_KEY= — base58 Solana keypair
  • EVM_PRIVATE_KEY= — hex EVM private key (for Hyperliquid)
Never share your private keys. They're stored locally in your .env file and never sent anywhere except to sign transactions.

📊 Hyperliquid

Setting Up Hyperliquid

  1. Add your EVM private key to .env as EVM_PRIVATE_KEY=0x...
  2. The HL panel auto-connects and shows your balance, positions, and open orders
  3. Your MetaMask wallet is injected into the browser panel — Hyperliquid auth works automatically

Trading on Hyperliquid

  1. Open the HL Positions panel
  2. Go to the Trade tab
  3. Search or select a market from the dropdown (sorted by volume)
  4. Pick an amount and leverage preset
  5. Click Long or Short

Positions show live PnL, entry price, leverage, and liquidation price. Click Close to market-close, or use the slider for partial closes.

Inline $TICKER buttons appear in Discord/Telegram feeds — click Long/Short to trade directly from the chat.

HL Settings

Go to the Settings tab in the HL panel to customize:

  • Buy amounts — USDC amounts for quick-trade buttons (default: $25, $50, $100, $250, $500)
  • Leverage presets — isolated leverage options (default: 3x, 5x, 10x, 20x, 50x)

🌐 Browser Panel

Using the Built-in Browser

Add a Browser Panel via +Panel. It's a full Chromium browser embedded in the dashboard. Quick links at the top for:

  • Axiom — wallet auto-connected via Phantom injection
  • Photon, BullX, DexScreener, Birdeye
  • Pump.fun, GMGN
  • Hyperliquid — wallet auto-connected via MetaMask injection

Type any URL in the address bar or use back/forward/reload. No browser extension needed — AIO Alpha handles header stripping and wallet injection natively.

Contract addresses clicked in Discord/Telegram feeds automatically open in the trade panel for quick swaps.

🔧 Configuration Reference

.env File

All credentials are stored in your local .env file. Location:

  • Windows: %APPDATA%\aio-alpha\.env
  • macOS: ~/Library/Application Support/aio-alpha/.env

Available settings:

  • DISCORD_TOKEN — Discord user token
  • TELEGRAM_API_ID — Telegram API ID
  • TELEGRAM_API_HASH — Telegram API hash
  • SOL_PRIVATE_KEY — Solana wallet (base58)
  • EVM_PRIVATE_KEY — EVM wallet (hex, for Hyperliquid)