Share Julia applications as web apps
Point JuliaShip at a Julia git repo. It builds a container and gives you a URL — anyone who runs it gets their own live instance streamed to the browser. No local Julia install required.
Install the CLI
curl juliaship.omniinc.app/install.sh | shHow it works
1 · Register a repo
Give JuliaShip a Julia git URL. It clones on demand — nothing is copied from your machine.
2 · Build once
A Kasm web-desktop container is built with Julia and your project instantiated.
3 · Run & stream
Each visitor who runs the app gets a fresh container, streamed live into the browser.