A cool FOSS tool to create tierlists — built using Tauri, SvelteKit, and TypeScript.
You can attach notes to tierlist items to keep extra context (e.g. why it’s ranked there, reminders, tags, etc.).
To use TierLister without setting up a development environment:
👉 Download the latest release from the GitHub Releases page.
These are only required if you’re building from source or running in development mode:
- Microsoft C++ Build Tools

- Node.js
- Rust
- Microsoft Edge WebView2 Runtime (Most modern Windows systems already have this.)
git clone https://github.com/eduardoghi/tierlister.git
cd tierlister
npm installnpm run tauri devnpm run tauri buildsrc-tauri\target\release\bundle

