forgekit is a modern, high-performance framework for building .mox apps for Ledokoz OS. It is written entirely in Rust, ensuring safety, speed, and reliability.
- Full Rust codebase for memory safety and concurrency
- CLI tools to scaffold, build, and package
.moxapps - Modular and extensible architecture for plugins and templates
- Designed for cross-platform development on Ledokoz OS
- Simple, developer-friendly command-line interface
- Language: Rust
- Package Manager & Build Tool: Cargo
- CLI Framework: clap / structopt
- File Format:
.mox(custom app package for Ledokoz OS) - Optional Modules: GUI, networking, audio, and more
# Install forgekit via Cargo
cargo install forgekitforgekit new myapp
cd myappforgekit buildforgekit runmyapp/
ββ src/ # Rust source files
ββ assets/ # Images, audio, and other resources
ββ forgekit.toml # App metadata and build config
ββ .gitignore
forgekit combines speed, safety, and simplicity, giving developers a powerful Rust-native environment to create apps for Ledokoz OS without worrying about memory bugs or complex tooling.
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -m "feat: add my feature") - Push to the branch (
git push origin feature/my-feature) - Open a Pull Request
forgekit is licensed under the MIT License. See the LICENSE file for details.