Lute Run Luau Anywhere 🖥️ General-Purpose APIs Lute provides a rich set of built-in APIs for common tasks: file system access, HTTP networking, cryptography, process management, and more. 🛠️ First-Class Tooling Lute includes a suite of tools, including a test runner, a linter, and the Luau type checker — all accessible through the `lute` CLI. 👾 Compatible with Roblox Lute runs Luau code, just like Roblox, allowing you to easily run and test modules that don't depend on the game engine itself. What is Lute? While Luau is a powerful scripting language, it is sandboxed and primarily embedded in a larger program, like the Roblox game engine. This means it lacks built-in capabilities for interacting with the outside world. Lute fills the gap by providing a standalone runtime for Luau, designed for general-purpose programming outside of game engines. Think of it like Node.js or Deno , but for Luau. How can I use it?…