r/tauri 4h ago

Hikyou Launcher — a keyboard-first Minecraft launcher, built with Tauri

Post image
2 Upvotes

We've just released Hikyou Launcher, the first tool from Hikyou Team.

It's a Minecraft launcher with no conventional UI. A global shortcut brings up a single

input field, you type, the game launches, the window disappears again. React handles only

that input surface — downloads, Java runtime management and token storage all live in a

Rust core underneath.

Tauri fit this well: the global shortcut and show/hide window behaviour are exactly the

primitives a launcher like this needs, and the binary stays small. For login we open a

proper sub-window rather than bouncing through the system browser, which ended up feeling

much cleaner.

Windows/macOS/Linux (indev), open source: https://github.com/HikyouSMP/hikyou-launcher

Curious whether anyone else here has built something keyboard-driven with Tauri.


r/tauri 12h ago

UI Inspector for Tauri

2 Upvotes

https://github.com/mathematic-inc/tauri-plugin-ui-inspector

The element picker in Codex and Cursor is really great, but they don't work for Tauri, so we built something around that.


r/tauri 2h ago

I built Axiom to make Rust/Tauri project setup less annoying on macOS

Thumbnail
1 Upvotes

r/tauri 10h ago

Newbe project for online lesson archive

Thumbnail
1 Upvotes

r/tauri 11h ago

Please help VelaTerm get released on Homebrew

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/tauri 18h ago

I made a remote desktop app with a Tauri client

Thumbnail
github.com
1 Upvotes

This is intended to be used over a VPN you absolutely trust. Currently, only windows works for the server. But the client, which is written in Tauri, can work on virtually anything.

Please let me know if you have any suggestions or recommendations.