deno

popularpackage managementbrew

Deno · TS runtime, built-in tooling, and scripting from the terminal.

$ brew install deno
One-liner to try
$ deno init my-app && deno task dev

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .mdJSON
Readiness
Usable with guardrails · 50/100
Verify
deno --version
Agent URL
/cli/deno/agent.md

Quick reference

Install
brew install deno
Verify
deno --version
First command
deno init my-app && deno task dev
Machine JSON
/cli/deno.json

About

TS runtime, built-in tooling, and scripting from the terminal. Built by Deno.

Example workflow

1. deno init my-app && deno task dev

Alternatives worth considering