{"id":47672998,"url":"https://github.com/lde-org/lde","last_synced_at":"2026-04-02T13:02:47.624Z","repository":{"id":331282531,"uuid":"1123625832","full_name":"lde-org/lde","owner":"lde-org","description":"A package manager, test runner and runtime for Lua, written in Lua.","archived":false,"fork":false,"pushed_at":"2026-03-27T11:46:28.000Z","size":1037,"stargazers_count":12,"open_issues_count":13,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-27T20:06:56.897Z","etag":null,"topics":["lde","lde-cli","lua","lua-development-environment","lua-package-manager","luajit","luarocks","package-manager","rockspec","test-runner","tools"],"latest_commit_sha":null,"homepage":"https://lde.sh","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lde-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-27T09:13:40.000Z","updated_at":"2026-03-27T11:46:32.000Z","dependencies_parsed_at":"2026-02-17T04:01:02.926Z","dependency_job_id":null,"html_url":"https://github.com/lde-org/lde","commit_stats":null,"previous_names":["codebycruz/lpm","lde-org/lde"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/lde-org/lde","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lde-org%2Flde","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lde-org%2Flde/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lde-org%2Flde/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lde-org%2Flde/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lde-org","download_url":"https://codeload.github.com/lde-org/lde/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lde-org%2Flde/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31306712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["lde","lde-cli","lua","lua-development-environment","lua-package-manager","luajit","luarocks","package-manager","rockspec","test-runner","tools"],"created_at":"2026-04-02T13:02:41.033Z","updated_at":"2026-04-02T13:02:47.598Z","avatar_url":"https://github.com/lde-org.png","language":"Lua","readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://lde.sh/\"\u003e\n\t\u003cimg src=\"./assets/dist/lde-text-nospace.svg\" alt=\"lde logo\" width=\"256\" /\u003e\n\u003c/a\u003e\n\n---\n\n[![Build+Test](https://github.com/lde-org/lde/actions/workflows/nightly.yml/badge.svg)](https://github.com/lde-org/lde/actions/workflows/nightly.yml) [![Latest Release](https://img.shields.io/github/v/release/lde-org/lde?labelColor=2d333b)](https://github.com/lde-org/lde/releases/latest) [![Discord](https://img.shields.io/discord/1473159418257604752?logo=discord\u0026logoColor=white\u0026label=Discord\u0026labelColor=2d333b)](https://lde.sh/discord)\n\n\u003c/div\u003e\n\n`lde` is a modern package manager and toolkit for Lua, written in Lua.\n\nIt includes a LuaJIT runtime for any operating system, a test runner, and the ability to compile your Lua programs into single executables users can run in **\u003c1mB**. All of this alongside a package manager and package registry to easily share and reuse lua code, properly version locked and isolated to your individual projects.\n\nTo get started, [read the docs](https://lde.sh/docs/getting-started/introduction).\n\n## Features\n\n- Easy project creation with `lde new` and `lde init`\n- Automatic local package management, avoid conflicting global installs\n- `lde add --path \u003cpackage\u003e` - Install local dependencies (good for monorepos)\n- `lde add --git \u003crepo\u003e` - Install git dependencies (supports monorepos)\n- `lde run` - Runs your project's init file and installs dependencies\n- `lde compile` - Turn your project into a single executable, easily distributable\n- `lde test` - Run project tests with the built-in test framework, [`lde-test`](./packages/lde-test)\n- `lde bundle` - Bundle your project into a single lua file\n- `lde x` - Execute a project in another location, perfect for CLIs (alias: `ldx`)\n- `lde tree` - View your dependencies at a glance\n- `lde update` - Update your dependencies to their latest versions\n- `lde publish` - Create a PR to add your package to [the registry](https://github.com/lde-org/registry)\n\n## Installation\n\n| OS      | Command                                   |\n| ------- | ----------------------------------------- |\n| Linux   | `curl -fsSL https://lde.sh/install \\| sh` |\n| Windows | `irm https://lde.sh/install.ps1 \\| iex`   |\n\n_To upgrade your `lde` version, simply run `lde upgrade`!_\n\n## Quickstart\n\nCreate a project with dependencies..\n\n```bash\nlde new myproject \u0026\u0026 cd myproject\nlde add hood --git https://github.com/codebycruz/hood\necho \"print(require('hood'))\" \u003e ./src/init.lua\nlde run\n# Output: table: 0x7f53326fd030\n```\n\nOr run a repository's code in a single command!\n\n```bash\nldx triangle --git https://github.com/codebycruz/hood\n```\n\n## How does lde compare to other tools?\n\nSee [this table](https://lde.sh#compare) for a comparison between some of the most common tools.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flde-org%2Flde","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flde-org%2Flde","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flde-org%2Flde/lists"}