Skip to main content
Go to Latest
File

Deno GUI

Deno Web GUI with REPL.

GitHub code size in bytes GitHub GitHub last commit GitHub Workflow Status

CLI Installation

deno install -A --unstable -f -n deno_gui https://deno.land/x/deno_gui/mod.ts

Run the server from CLI

deno_gui

Using dpx

dpx deno_gui -A --unstable --reload

Run the server from URL

deno run -A --unstable https://deno.land/x/deno_gui/mod.ts

Specify the port:

deno run -A --unstable https://deno.land/x/deno_gui/mod.ts -p=9000

Or you can use –port=9000

deno run -A --unstable https://deno.land/x/deno_gui/mod.ts --port=9000

Open: http://localhost:8080

Screenshot

Deno GUI

License

MIT FOSSA Status

FOSSA Status