Skip to content
Hostek edited this page Dec 6, 2025 · 1 revision

Welcome to the bss-macro wiki!

Here is simple setup guide:

I think it can run on almost any distro. But make sure to have X11 display mode (doesn't work with wayland). Tested on Ubuntu 24.04

Right now there is only strawberry macro and snail macro (you need to stand in stamp field)

It's not perfect. Like, it doesn't work for all hive slots, and only for certain move speed, but maybe I will upgrade it in the future.

Make sure to install required stuff: Xephyr, Flatpak, org.vinegarhq.Sober, Python 3

if u use debian-based you can install them with this:

sudo apt update

# Xephyr
sudo apt install xserver-xephyr

# Flatpak
sudo apt install flatpak

# Python 3 + tooling
sudo apt install python3 python3-pip
sudo apt install python3-venv python3-dev build-essential

# Sober (Flatpak)
flatpak install flathub org.vinegarhq.Sober

then just run ./start-macro.sh script and when you are ready click Enter in the terminal.

Clone this wiki locally