millennium-cli 1.0.0-beta.3

Command line interface for building Millennium apps
docs.rs failed to build millennium-cli-1.0.0-beta.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Millennium is an experimental cross-platform webview framework written in Rust. With Millennium, you can design consistent UI that works across all platforms, using HTML, CSS, and JavaScript.

How It Works

You can interact with native code and perform system-level operations, including reading/writing files & TCP/UDP networking. It leverages modern operating systems' pre-included webview libraries ( WebKitGTK, WebView2, WebKit) for smaller, faster, more secure, and less resource-heavy applications compared to Electron. A simple Millennium app can be less than 10 MB in size and can be reduced further to less than 2 MB. Millennium apps can launch almost twice as fast as equivalent Electron applications and use as little as 1/4 of the amount of RAM.

Millennium is a fork of Tauri, its official plugins, tao, and wry. We have merged them all into one repo and made some changes suitable for Allie Project and pyke's internal projects.

The millennium-cli tool

This tool creates starter apps and manages the simplified building/packaging of Millennium apps.

Learn more about Millennium and how to get started at https://millennium.pyke.io.