Stellar TUI Thornvald
Use this command to install Stellar TUI:
winget install --id=Thornvald.StellarTUI -e A keyboard-driven terminal UI for selecting Unreal projects, configuring engine paths, and running builds.
winget install --id=Thornvald.StellarTUI -e A keyboard-driven terminal UI for selecting Unreal projects, configuring engine paths, and running builds.
Terminal UI for managing and building Unreal Engine projects.

Left / Right or Tab / Shift+Tab: move between UI sectionsUp / Down: move within the current section (in Logs: Up shows older lines, Down returns to follow-latest)Enter: activate/select focused itema: add project using manual path inputf: add project using file picker dialogd or Delete: remove focused project (with confirmation)e: set engine path / open engine pickerr: re-detect engine installsb: start buildn: clean rebuild (remove temp files, regenerate project files, then build)c: cancel buildx: clear logsy: copy logs to clipboard?: helpq: quitFor most users, just download and run the Windows installer from Releases:
Stellar-setup-.exeRelease page:
https://github.com/Thornvald/Stellar-TUI/releasesFor macOS and Linux, download the matching release binary from the same page:
Stellar-macos-Stellar-linux-The installer:
Program Files\StellarPATHAfter install, open a new terminal and run:
stellar
For macOS/Linux release binaries, mark executable if needed and run directly.
winget install Thornvald.StellarTUI
Only needed if you want to rebuild locally.
Prerequisite:
Build release binary:
cargo build --release
Output:
target/release/stellar.exetarget/release/stellarReleases can be built automatically with GitHub Actions using .github/workflows/release.yml.
v0.92.2https://github.com/Thornvald/Stellar-TUI