NLT Alpha Sniper v1.0.0

Get started in minutes.

One command installs everything. Runs on Linux, WSL, and Android via Termux. No cloud account. No server. Your keys stay on your device.

Linux / WSL
Ubuntu 20.04+ · Python 3.12
Android (Termux)
ARM64 · No root required
macOS
Coming soon
01
Run the installer

Paste this into your terminal. The installer detects your platform, sets up Python, installs dependencies, and wires the nlt command.

curl -fsSL https://nolaptoptrades.com/install | bash

Then reload your shell:

source ~/.bashrc
Have a license key? Run nlt --license to activate it. Free tier works without a key — try it first via @NoLaptopTradesBot.
02
Add your API keys

Open the env file and add your keys. Remove the # before each key you're adding — lines starting with # are ignored.

nano ~/nolaptoptrades/.env
API Keys
HELIUS_API_KEYrequired
RPC and event stream. Free tier works. helius.dev →
TELEGRAM_BOT_TOKENoptional
For Bridge-Bot trade alerts to your Telegram channel.
TELEGRAM_CHAT_IDoptional
Your channel or group ID. Required if using Bridge-Bot.
GEMINI_API_KEYoptional
For AI trade insights via --insights. Free tier at aistudio.google.com →
ANTHROPIC_API_KEYoptional
Alternative to Gemini for AI insights. Pick one.
Your API keys are stored locally only. NLT never collects or transmits them.
03
Launch

Start the pipeline TUI:

nlt

Press Ctrl+A to start all pipeline components. Press ? for help.

nlt
Launch pipeline TUI
nlt --license
Activate license key
nlt --mystats
Local trade summary
nlt --mystats --insights
AI-powered trade analysis (BYOK)
nlt --netstats
Network aggregate stats (Hobbyist+)
nlt --export
Save report to .txt file
nlt --storage
Disk usage breakdown
nlt --clear-cache
Delete log and handshake files
nlt --version
Show version

Prefer to install manually? Download the zip for your platform and run bash install.sh inside the extracted folder.

Questions? Join the Telegram channel or DM @nolaptoptrades.

Get Trial Key → Telegram Channel