Enter your license key to access downloads
Choose your platform to download
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
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.
.env file only.F12 to open DevTools/api in the filterAuthorization headerClick +Panel → DM 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.
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.
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.
Each Twitter panel can connect to a different WebSocket source. The connection status dot shows green (connected), red (disconnected), or grey (not configured).
The feed shows tweets, replies, quote tweets, retweets, follows, and deleted tweets (highlighted red). Media thumbnails expand on hover.
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.
Your Solana private key and EVM private key go in the .env file:
SOL_PRIVATE_KEY= — base58 Solana keypairEVM_PRIVATE_KEY= — hex EVM private key (for Hyperliquid).env file and never sent anywhere except to sign transactions..env as EVM_PRIVATE_KEY=0x...When a message in your Discord or Telegram feed mentions a ticker that matches a Hyperliquid market (e.g. $BTC, $ETH, $SOL), an HL logo button appears next to it. Click it to instantly open a trade popup with:
Pick an amount, pick a leverage, hit Long or Short — the trade executes immediately. No need to leave the feed or open a separate trading page.
Add an HL Positions panel via +Panel to monitor and manage your trades. It has three tabs:
The balance bar at the top shows your account value, margin used, free balance, and total realized PnL (net of fees). Positions auto-refresh every 3 seconds while active.
You can also trade directly from the HL Positions panel:
Add a Browser Panel via +Panel. It's a full Chromium browser embedded in the dashboard. Quick links at the top for:
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.
All credentials are stored in your local .env file. Location:
%APPDATA%\aio-alpha\.env~/Library/Application Support/aio-alpha/.envAvailable settings:
DISCORD_TOKEN — Discord user tokenTELEGRAM_API_ID — Telegram API IDTELEGRAM_API_HASH — Telegram API hashSOL_PRIVATE_KEY — Solana wallet (base58)EVM_PRIVATE_KEY — EVM wallet (hex, for Hyperliquid)