Cross-platform created to simplify the installation of NadekoBot(s). Built with .NET 8 and Avalonia UI.
Download the latest pre-built binaries for your operating system from the RELEASES page.
- Multiple bots: Install and manage multiple NadekoBot instances from one interface
- Updates: Check for and download the latest NadekoBot versions
- Cross-Platform: Works on Windows, macOS, and Linux
- Themes: Support for light and dark themes
- Start Upeko application
- Click the + button to create a new bot
- Click "Update" to download the latest version
- Once downloaded, click the Note icon above RUN to open the creds
- Fill in your bot credentials - guide here
- Click "Start" to run your new bot
At the top of the window, you will see ffmpeg
and yt-dlp
buttons. Click them to download the dependencies for your bot if you wish to use music features.
If you want to build Upeko from source, follow these steps:
- .NET 8 SDK installed on your system
git clone https://github.com/nadeko-bot/upeko.git
cd upeko
dotnet build
dotnet run
- .NET 8 SDK
- Visual Studio 2022, JetBrains Rider, or VS Code with C# extensions
/Models
: Data models/ViewModels
: MVVM view models, most of the logic is here (contrary to MVVM pattern)/Views
: Avalonia UI views/Services
: Application services including UpdateChecker
Join our discord and ask for help in the #help
channel.
GPLv3 - See the LICENSE file for details.
- NadekoBot - The Discord bot that this manager is built for
Contributions are welcome! Please feel free to submit a Pull Request.