Skip to content

Installation

github-actions edited this page Jun 16, 2025 · 13 revisions

Requirements

Manual Installation

  1. Download the latest installer from the GitHub releases page.
  2. Run the installer and follow the on-screen instructions to complete the installation.

Winget

Install the YASB using winget install

winget install --id AmN.yasb

Scoop

Install YASB using Scoop:

scoop bucket add extras
scoop install extras/yasb

Using Python

  • Install Python 3.12
  • Install the application and its dependencies:
    • pip install . (for regular installation)
    • pip install -e .[dev] (for development installation)
    • Create the directory C:/Users/{username}/.config/yasb/ and copy styles.css and config.yaml into folder. If you don't have the .config/yasb/ directory, on first run the application will create it for you. To use a custom directory, set the YASB_CONFIG_HOME environment variable.
    • Configure styles.css and config.yaml to your liking.
  • Start the application:
    • run python src/main.py in your terminal (or click yasb.vbs)
Clone this wiki locally