Lokasi ngalangkungan proxy:   
[Ngawartoskeun bug]   [Panyetelan cookie]                
now released in beta(expect bugs)

cealshell.dev

A package manager for Roblox Studio with no central registry. cealshell installs straight from your GitHub and Codeberg repositories, proxying them on demand — no upload, no lock-in. Your code stays where you put it.

$--c installgithub/owner:package

Same command, any host — point your remote at GitHub, Codeberg, or your own proxy.

Why cealshell

Packages without the middleman

No central registry

There's no registry to publish to. Packages live in your own GitHub or Codeberg repositories — cealshell only proxies them when someone installs.

Right inside Studio

Pull any package into your place with a single console command, without ever leaving Roblox Studio.

Releases or a manifest

Ship versions as GitHub or Codeberg releases, or point a cealshell.toml at any .rbxm committed in your repo.

Open source & self-hostable

Every line is open. Use the official proxy, or run your own and set it as your remote.

How it works

From a repo to your place in three steps

01

Publish from your repo

Tag a release with an .rbxm asset, or add a cealshell.toml pointing at one. No account or upload required.

02

Install from the console

Open the cealshell console in Studio and run the install command with an owner:repo reference.

03

Resolved through the proxy

cealshell fetches the right version from GitHub or Codeberg and drops it straight into your place.

$--c install github/Sleitnick:Knit@latest

Start installing in minutes

Grab the CLI and pull any supported Luau library straight from GitHub or Codeberg.