{"id":15117173,"url":"https://github.com/lune-org/lune","last_synced_at":"2025-04-10T04:48:01.062Z","repository":{"id":65426701,"uuid":"590580062","full_name":"lune-org/lune","owner":"lune-org","description":"A standalone Luau runtime","archived":false,"fork":false,"pushed_at":"2025-04-02T21:10:56.000Z","size":2743,"stargazers_count":478,"open_issues_count":75,"forks_count":97,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-02T22:22:57.026Z","etag":null,"topics":["cli","luau","scripting"],"latest_commit_sha":null,"homepage":"https://lune-org.github.io/docs","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/lune-org.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}},"created_at":"2023-01-18T18:30:45.000Z","updated_at":"2025-04-02T21:11:01.000Z","dependencies_parsed_at":"2024-01-19T20:53:56.932Z","dependency_job_id":"5647641a-7a3c-4e55-ad3a-132cb57a9e05","html_url":"https://github.com/lune-org/lune","commit_stats":{"total_commits":420,"total_committers":1,"mean_commits":420.0,"dds":0.0,"last_synced_commit":"0d06e096c5514e1d3032a31c6102b1984ea27df1"},"previous_names":["lune-org/lune","filiptibell/lune"],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lune-org%2Flune","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lune-org%2Flune/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lune-org%2Flune/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lune-org%2Flune/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lune-org","download_url":"https://codeload.github.com/lune-org/lune/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161240,"owners_count":21057552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cli","luau","scripting"],"created_at":"2024-09-26T01:45:51.432Z","updated_at":"2025-04-10T04:48:01.040Z","avatar_url":"https://github.com/lune-org.png","language":"Rust","readme":"\u003c!-- markdownlint-disable MD033 --\u003e\n\u003c!-- markdownlint-disable MD041 --\u003e\n\n\u003cimg align=\"right\" width=\"250\" src=\"assets/logo/tilt_svg.svg\" alt=\"Lune logo\" /\u003e\n\n\u003ch1 align=\"center\"\u003eLune\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\t\u003cdiv\u003e\n\t\t\u003ca href=\"https://crates.io/crates/lune\"\u003e\n\t\t\t\u003cimg src=\"https://img.shields.io/crates/v/lune.svg?label=Version\" alt=\"Current Lune library version\" /\u003e\n\t\t\u003c/a\u003e\n\t\t\u003ca href=\"https://github.com/lune-org/lune/actions\"\u003e\n\t\t\t\u003cimg src=\"https://shields.io/endpoint?url=https://badges.readysetplay.io/workflow/lune-org/lune/ci.yaml\" alt=\"CI status\" /\u003e\n\t\t\u003c/a\u003e\n\t\t\u003ca href=\"https://github.com/lune-org/lune/actions\"\u003e\n\t\t\t\u003cimg src=\"https://shields.io/endpoint?url=https://badges.readysetplay.io/workflow/lune-org/lune/release.yaml\" alt=\"Release status\" /\u003e\n\t\t\u003c/a\u003e\n\t\t\u003ca href=\"https://github.com/lune-org/lune/blob/main/LICENSE.txt\"\u003e\n\t\t\t\u003cimg src=\"https://img.shields.io/github/license/lune-org/lune.svg?label=License\u0026color=informational\" alt=\"Lune license\" /\u003e\n\t\t\u003c/a\u003e\n\t\u003c/div\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\nA standalone [Luau](https://luau-lang.org) runtime.\n\nWrite and run programs, similar to runtimes for other languages such as [Node](https://nodejs.org), [Deno](https://deno.land), [Bun](https://bun.sh), or [Luvit](https://luvit.io) for vanilla Lua.\n\nLune provides fully asynchronous APIs wherever possible, and is built in Rust 🦀 for speed, safety and correctness.\n\n## Features\n\n- 🌙 Strictly minimal but powerful interface that is easy to read and remember, just like Luau itself\n- 🧰 Fully featured APIs for the filesystem, networking, stdio, all included in the small (~5mb zipped) executable\n- 📚 World-class documentation, on the web _or_ directly in your editor, no network connection necessary\n- 🏡 Familiar runtime environment for Roblox developers, with an included 1-to-1 task scheduler port\n- ✏️ Optional built-in library for manipulating Roblox place \u0026 model files, and their instances\n\n## Non-goals\n\n- Making programs short and terse - proper autocomplete / intellisense make using Lune just as quick, and readability is important\n- Running full Roblox games outside of Roblox - there is some compatibility, but Lune is meant for different purposes\n\n## Where do I start?\n\nHead over to the [Installation](https://lune-org.github.io/docs/getting-started/1-installation) page to get started using Lune!\n","funding_links":[],"categories":["Tooling"],"sub_categories":["Compilers","Other"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flune-org%2Flune","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flune-org%2Flune","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flune-org%2Flune/lists"}