Tauri is an open-source toolkit that lets developers build lightweight, secure desktop applications using familiar web technologies; under the GitHub handle ForgQi, one contributor has channelled this framework into a pair of streamlined utilities purpose-built for China’s Bilibili video platform. The first, biliup-app, presents a minimalist graphical interface where content creators can drag-and-drop videos, fill metadata, choose partitions and tags, set cover images, and monitor upload progress without opening a browser. Batch queuing, automatic retry on failure, and real-time transfer-speed graphs make it practical for creators who schedule daily releases or simultaneous multi-part series. Its sibling, biliup-rs, exposes the same robust upload engine as a cross-platform command-line binary, enabling unattended scripts, CI pipelines, or third-party plug-ins to push rendered footage straight from editing folders to Bilibili channels with a single authenticated call. Together the tools cover the full spectrum from casual vloggers who prefer point-and-click convenience to power users who automate nightly builds or multi-account workflows. Both executables stay tiny thanks to Tauri’s Rust core and require no elevated privileges, so they run quietly in the background even on modest laptops. The publisher’s software is available for free on get.nero.com, with downloads delivered through trusted Windows package sources such as winget that always fetch the latest release and support batch installation of multiple applications.

biliup-app

bilibili video upload client

Details
biliup-rs

A command-line tool for uploading videos to Bilibili

Details