# LuatOS **Repository Path**: cpp_java/LuatOS ## Basic Information - **Project Name**: LuatOS - **Description**: Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash) - **Primary Language**: Lua - **License**: MIT - **Default Branch**: master - **Homepage**: https://luatos.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 435 - **Created**: 2023-02-24 - **Last Updated**: 2023-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
[](https://gitee.com/openLuat/LuatOS/stargazers) [](https://gitee.com/openLuat/LuatOS/members) [](/LICENSE) [](https://nightly.link/openLuat/LuatOS/workflows/air101/master) [](https://nightly.link/openLuat/LuatOS/workflows/air105/master) [](https://nightly.link/openLuat/LuatOS/workflows/esp32-idf5/master) [](https://nightly.link/openLuat/LuatOS/workflows/win32/master) [](https://nightly.link/openLuat/LuatOS/workflows/linux/master)  LuatOS : Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash) 强大的Lua引擎, 为mcu和物联网设备高度优化, 支持众多组件, 非常低的内存需求(最低16K RAM, 128K Flash). ## 快速入门 1. 使用或购买支持的开发板 * [Air780E-4G Cat.1开发板](https://item.taobao.com/item.htm?id=693774140934) * [Air101 - MCU开发板](https://luat.taobao.com) * [Air103 - MCU开发板](https://luat.taobao.com) * [Air105 - MCU开发板](https://luat.taobao.com) * [ESP32C3 - wifi开发板](https://luat.taobao.com) 2. 掌握[刷机](https://wiki.luatos.com/boardGuide/flash.html) 3. 尝试[各种demo](https://gitee.com/openLuat/LuatOS/tree/master/demo), 浏览[API](https://wiki.luatos.com/api/index.html), [30分钟入门lua语法(视频)](https://www.bilibili.com/video/BV1vf4y1L7Rb?spm_id_from=333.999.0.0) 4. 愉快地写业务代码 ## 资料大全 * [wiki@luatos](https://wiki.luatos.com) ## 授权协议 [MIT License](LICENSE) ```lua print("感谢您使用LuatOS ^_^") print("Thank you for using LuatOS ^_^") ```