Skip to content

A modern, high-performance framework for building .mox apps

License

Notifications You must be signed in to change notification settings

ledokoz-tech/ForgeKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forgekit

Build Status License: MIT Rust Version Crates.io Downloads Discord Rust fmt Issues Docs GitHub stars Release

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.


πŸš€ Features

  • Full Rust codebase for memory safety and concurrency
  • CLI tools to scaffold, build, and package .mox apps
  • Modular and extensible architecture for plugins and templates
  • Designed for cross-platform development on Ledokoz OS
  • Simple, developer-friendly command-line interface

πŸ›  Tech Stack

  • 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

πŸ“¦ Installation

# Install forgekit via Cargo
cargo install forgekit

⚑ Getting Started

Create a new .mox app

forgekit new myapp
cd myapp

Build the app

forgekit build

Run locally

forgekit run

🧩 Project Structure

myapp/
β”œβ”€ src/           # Rust source files
β”œβ”€ assets/        # Images, audio, and other resources
β”œβ”€ forgekit.toml    # App metadata and build config
└─ .gitignore

πŸ’‘ Philosophy

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.


🀝 Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/my-feature)
  3. Commit your changes (git commit -m "feat: add my feature")
  4. Push to the branch (git push origin feature/my-feature)
  5. Open a Pull Request

πŸ“œ License

forgekit is licensed under the MIT License. See the LICENSE file for details.


πŸ”— Links

About

A modern, high-performance framework for building .mox apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published