{"id":34248570,"url":"https://github.com/yanlvl99/lune-custom-build","last_synced_at":"2026-05-29T03:31:08.714Z","repository":{"id":327962286,"uuid":"1112349337","full_name":"yanlvl99/lune-custom-build","owner":"yanlvl99","description":"A standalone Luau runtime.  Write and run programs, similar to runtimes for other languages such as Node, Deno, Bun, or Luvit for vanilla Lua.  Lune provides fully asynchronous APIs wherever possible, and is built in Rust 🦀 for speed, safety and correctness.","archived":false,"fork":false,"pushed_at":"2025-12-15T23:44:39.000Z","size":9737,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-19T17:15:48.388Z","etag":null,"topics":["custom","luau","luau-language","lune","lune-custom","lune-custom-build","programming-language","roblox","roblox-lua"],"latest_commit_sha":null,"homepage":"https://yanlvl99.github.io/lune-custom-build-doc/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yanlvl99.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-08T13:57:13.000Z","updated_at":"2025-12-15T23:43:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yanlvl99/lune-custom-build","commit_stats":null,"previous_names":["yanlvl99/lune-custom-build"],"tags_count":66,"template":false,"template_full_name":null,"purl":"pkg:github/yanlvl99/lune-custom-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanlvl99%2Flune-custom-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanlvl99%2Flune-custom-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanlvl99%2Flune-custom-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanlvl99%2Flune-custom-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yanlvl99","download_url":"https://codeload.github.com/yanlvl99/lune-custom-build/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanlvl99%2Flune-custom-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33635961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom","luau","luau-language","lune","lune-custom","lune-custom-build","programming-language","roblox","roblox-lua"],"created_at":"2025-12-16T08:16:45.798Z","updated_at":"2026-05-29T03:31:08.696Z","avatar_url":"https://github.com/yanlvl99.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/logo/tilt-grid.png\" alt=\"Lune Custom Build\" width=\"200\" /\u003e\n  \u003ch1\u003eLune Custom Build\u003c/h1\u003e\n  \u003cp\u003e\u003cstrong\u003eA standalone Luau runtime for backend and game-server development\u003c/strong\u003e\u003c/p\u003e\n  \u003cp\u003e\u003cem\u003e(A custom fork of \u003ca href=\"https://github.com/lune-org/lune\"\u003eLune\u003c/a\u003e with extended features)\u003c/em\u003e\u003c/p\u003e\n  \n  [![Release](https://img.shields.io/github/v/release/yanlvl99/lune-custom-build?style=flat-square\u0026color=C848E9)](https://github.com/yanlvl99/lune-custom-build/releases)\n  [![License](https://img.shields.io/github/license/yanlvl99/lune-custom-build?style=flat-square\u0026color=E168FF)](LICENSE.txt)\n  [![Downloads](https://img.shields.io/github/downloads/yanlvl99/lune-custom-build/total?style=flat-square\u0026color=9D4EDD)](https://github.com/yanlvl99/lune-custom-build/releases)\n  \n  [📦 Download](https://github.com/yanlvl99/lune-custom-build/releases) · \n  [📚 Documentation](https://yanlvl99.github.io/lune-custom-build-doc/) ·\n  [🚀 Getting Started](https://yanlvl99.github.io/lune-custom-build-doc/getting-started/1-installation/)\n\u003c/div\u003e\n\n---\n\n## What is Lune?\n\nThis is **Lune Custom Build**, a project based on the original [Lune](https://github.com/lune-org/lune) runtime.\n\nLune is a lightweight, high-performance runtime for **Luau** (the language used by Roblox). It allows you to write scripts, servers, and tools using the language you already love, but running standalone on your machine or server—independent of Roblox.\n\n## ✨ Features\n\nLune comes batteries-included with everything you need for robust development:\n\n### 🛠️ Runtime \u0026 Tooling\n\n- **Package Manager**: Built-in `lune --install` and `lune --init`.\n- **Standalone Binaries**: Compile your scripts into `.exe` or binary files with `lune --build`.\n- **Interactive REPL**: Test code quickly with `lune --repl`.\n- **Task Scheduler**: Async/await support with `task.spawn`, `task.delay`, `task.wait`.\n\n### 📚 Standard Library\n\n- **Networking**: Full TCP/UDP sockets and HTTP/WebSocket clients/servers (`@lune/net`).\n- **File System**: Read/write files and directories asynchronously (`@lune/fs`).\n- **Process Control**: Spawn and control child processes (`@lune/process`).\n- **Database**: Built-in SQLite support (`@lune/sql`).\n- **Foreign Function Interface (FFI)**: Zero-copy access to native C libraries (`@lune/ffi`).\n\n### 📦 Data \u0026 Utilities\n\n- **Serialization**: JSON, YAML, and TOML parsing/encoding (`@lune/serde`).\n- **Roblox Types**: Native support for CFrame, Vector3, Color3, etc. (`@lune/roblox`).\n- **Cryptography**: Hashing, encoding, and UUID generation.\n- **Console**: Rich terminal output with colors and formatting (`@lune/stdio`).\n\n---\n\n## � Quick Start\n\n### Installation (Windows)\n\n```powershell\nirm https://raw.githubusercontent.com/yanlvl99/lune-custom-build/main/installer/install.ps1 | iex\n```\n\n### Other Platforms\n\nDownload the latest binary for Linux or macOS from the **[Releases Page](https://github.com/yanlvl99/lune-custom-build/releases)**.\n\n---\n\n## 📚 Documentation\n\nDetailed guides, API references, and tutorials are available at:\n\n### [👉 yanlvl99.github.io/lune-custom-build-doc](https://yanlvl99.github.io/lune-custom-build-doc/)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eBuilt with ❤️ for the Luau community\u003c/sub\u003e\n  \u003cbr\u003e\n  \u003csub\u003eLicensed under MPL 2.0\u003c/sub\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanlvl99%2Flune-custom-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanlvl99%2Flune-custom-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanlvl99%2Flune-custom-build/lists"}