A package manager for the Luau programming language, supporting multiple runtimes including Roblox and Lune
Find a file
2024-10-07 00:05:59 +02:00
.github/workflows ci: fix release ci 2024-09-29 17:33:18 +02:00
assets chore(release): prepare for v0.5.0-rc.1 2024-10-06 22:15:22 +02:00
registry chore: update dependencies 2024-09-29 00:44:39 +02:00
src fix: use workspace specifiers target field 2024-10-07 00:01:10 +02:00
.dockerignore chore(release): prepare for v0.5.0-rc.1 2024-10-06 22:15:22 +02:00
.gitignore feat: return all targets from version endpoint 2024-08-23 13:56:33 +02:00
Cargo.lock chore(release): prepare for v0.5.0-rc.3 2024-10-07 00:05:59 +02:00
Cargo.toml chore(release): prepare for v0.5.0-rc.3 2024-10-07 00:05:59 +02:00
CHANGELOG.md chore(release): prepare for v0.5.0-rc.3 2024-10-07 00:05:59 +02:00
Dockerfile chore(release): prepare for v0.5.0-rc.1 2024-10-06 22:15:22 +02:00
fly.toml chore(release): prepare for v0.5.0-rc.1 2024-10-06 22:15:22 +02:00
LICENSE chore: 🚀 setup crates.io publishing 2024-03-06 22:45:39 +01:00
README.md chore(release): prepare for v0.5.0-rc.1 2024-10-06 22:15:22 +02:00
rust-toolchain.toml feat: 🎉 initial commit 2024-03-04 21:18:49 +01:00
rustfmt.toml feat: implement dependency resolver and lune scripts 2024-07-14 15:19:15 +02:00


pesde logo

pesde is a package manager for the Luau programming language, supporting multiple runtimes including Roblox and Lune. pesde has its own registry, however it can also use Wally, and Git repositories as package sources. It has been designed with multiple targets in mind, namely Roblox, Lune, and Luau.

Installation

pesde can be installed from GitHub Releases. You can find the latest release here. Once you have downloaded the binary, run the following command to install it:

pesde self-install

Note that pesde manages its own versions, so you can update it by running the following command:

pesde self-upgrade

Documentation

For more information about its usage, you can check the documentation.

Currently waiting on this PR to be merged.

Registry

The main pesde registry is hosted on fly.io. You can find it at https://registry.pesde.daimond113.com.

Self-hosting

The registry tries to require no modifications to be self-hosted. Please refer to the example .env file for more information.

Previous art

pesde is heavily inspired by npm, pnpm, Wally, and Cargo.