Setup Guide

Get ShadowPulse running in just a few minutes

📋 Prerequisites

🖥️ System Requirements

  • Operating System: Windows 10 or 11 (64-bit)
  • Memory: 512 MB RAM minimum
  • Internet: Stable connection required for AI features
  • Python: 3.9+ (only for source installation)

🚀 Installation

1

Download ShadowPulse

Get shadowpulse.exe from the Releases page

2

Run the Application

Double-click the executable to launch the configuration GUI

3

Enter Discord Token

Paste your Discord user token. Need help? See the Token Guide

4

Enter Mistral API Key

Paste your Mistral API key. Get one from the API Key Guide

5

Validate & Start

Click "Validate" for each credential, then hit "Start ShadowPulse" 🎉

# Clone the repository
git clone https://gitlab.com/Vyapari-Dev/shadowpulse.git
cd shadowpulse

# Create virtual environment
python -m venv venv
venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Launch the GUI
python gui/config_app.py

⌨️ Commands

!sp help Display all available commands
!sp chat Start a conversation with Mistral AI
!sp ping Check bot latency and status
!sp status View detailed bot statistics
!sp clear Clear your conversation history
!sp model Change or view the current AI model

⚙️ Configuration

Your configuration is securely encrypted and stored locally. No data ever leaves your machine.

🔐 %USERPROFILE%\.shadowpulse\config.spb
Get Discord Token → Get Mistral API Key →