Back to Home

Skyvern

Go-based multi-instance Discord bot runner with a feature-rich Bubble Tea TUI. Host multiple bot processes from a single binary.

Click me ⬇
SKYVERN | DASHBOARD | 1 BOTS ACTIVE | THEME: Gruvbox Dark
INSTANCES
* Skyvern
MONITOR: Skyvern Running
Client ID:1478564651536093409Prefix:.Footer:esoteric.winGuilds:3Prefix Cmds:2Slash Cmds:0Bot CPU:0.4% [▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒]Bot RAM:1.28 MB [██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒]
SPOTIFY
Paused / Idle
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
ANALYTICS
Commands:2Heap RAM:2.52 MB [██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒] (active heap)Sys RAM:17.59 MB [████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒] (process total)Threads:24 [█████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒] (goroutines)
[↑/↓] Scroll Bots[Tab] Settings[N] New[E] Edit[S] Toggle State[T] Cycle Themes[X] Delete[Q] Quit
SKYVERN | GLOBAL SETTINGS | 1 BOTS ACTIVE | THEME: Gruvbox Dark
INSTANCES
* Skyvern
GLOBAL SETTINGS
Global Name:SkivernGlobal Prefix:.Global Footer:esoteric.winGlobal Embed Col:0xlalalaSpotify Enabled:yesStorage Location:local
Press [E] to edit global settings.
SKYVERN | DASHBOARD | 1 BOTS ACTIVE
Loading dashboard module...

[Tab] to continue cycling
Platform support: Windows (stable), Linux/macOS (experimental)
Instance manager: Controls multiple bot processes concurrently via TUI
Log storage: Asynchronous sqlite logging
Token security: PBKDF2-HMAC-SHA256 & AES-256-GCM encryption

How to Use

Follow the guides below to get started. Windows is the primary supported platform. Linux, macOS, and Android builds are currently experimental.

Windows Setup Instructions

  1. Download the latest Windows executable (`skyvern-0.2.2-windows.exe`) from the Releases page.
  2. Open PowerShell or Command Prompt in the directory containing the file.
  3. Run the executable:.\skyvern-0.2.2-windows.exe*Note: You may need to change the command to match the exact filename of the binary you downloaded.
  4. Follow the on-screen TUI (Terminal User Interface) instructions to set up, edit configurations, and launch bot instances.

Frequently Asked Questions

The Skyvern binary allows you to manage multiple instances natively. Press [N] in the TUI to add a new instance, provide its configuration, and it will spawn alongside your other bots in a single process.

Skyvern uses PBKDF2-HMAC-SHA256 (10,000 iterations) to derive a master key from your password, which is then used to encrypt all tokens and API keys via AES-256-GCM.

Yes! The Bubble Tea TUI supports multiple themes. You can press [T] directly from the interface to cycle through available themes like Gruvbox Dark, Dracula, and more.

Absolutely. Because Skyvern is written in Go, it compiles down to a single binary with zero dependencies. We provide ARM64 releases specifically for Pi and other low-power Linux boards.

Yes. Any command you write in your cmds/ folder automatically registers as both a prefix command and a Discord Slash Command if you configure it to do so in the dashboard.