macOS
brew install denolocal Homebrew formula metadata
sudo port install denoMacPorts ports tree · devel/deno/Portfile · ソース: api.github.com
brew
deno のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install denolocal Homebrew formula metadata
sudo port install denoMacPorts ports tree · devel/deno/Portfile · ソース: api.github.com
sudo apk add denoAlpine Linux edge package indexes · deno · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#denonixpkgs package indexes · pkgs/by-name/de/deno/package.nix · ソース: api.github.com
sudo pacman -S denoArch Linux sync databases · deno · ソース: geo.mirror.pkgbuild.com
sudo zypper install denoopenSUSE Tumbleweed package metadata · deno · ソース: download.opensuse.org
sudo dnf install dxFedora Rawhide package metadata · dx · ソース: dl.fedoraproject.org
choco install denoChocolatey community package catalog · deno · ソース: community.chocolatey.org
scoop install main/denoScoop official bucket manifest trees · bucket/deno.json · ソース: api.github.com
winget install --id DenoLand.Deno -eWindows Package Manager source index · DenoLand.Deno · ソース: cdn.winget.microsoft.com
概要
Secure runtime for JavaScript and TypeScript
履歴
Deno is a modern JavaScript, TypeScript, and WebAssembly runtime with secure defaults, built-in tooling, and a single deno executable. It began as a rethink of server-side JavaScript after Node.js and later expanded toward Node and npm compatibility.
The Deno repository was created in May 2018. The official Deno 1.0 announcement framed the project as a new runtime for JavaScript and TypeScript outside the browser, influenced by lessons from Node.js and designed around browser-compatible APIs, explicit permissions, first-class TypeScript, promises, Rust, and V8.
Deno 1.0 shipped in May 2020 as the stable CLI. The runtime deliberately bundled common developer tooling so users could run, test, format, lint, and document code without assembling a separate Node-style toolchain.
Deno 2, announced in October 2024, marked a shift from rejecting much of the Node ecosystem to supporting Node.js and npm compatibility. The Deno team described that release as combining Deno's original simplicity and security goals with package.json, node_modules, workspaces, npm specifiers, and private npm registries.
Early Deno adoption centered on developers who wanted browser-like module loading, TypeScript without a separate compiler setup, and a permission model for command-line scripts. Its official docs still present the tool as a secure-by-default runtime with a built-in formatter, linter, test runner, benchmarker, and package workflow.
After Deno 2, adoption broadened toward existing Node projects because Deno could run in repositories with package.json and node_modules while keeping Deno's own tooling and permission model. The release feed shows continued active releases, including Deno 2.9.0 in June 2026.
Deno is used as a CLI runtime for scripts, services, tests, local tools, web servers, and TypeScript projects. The getting-started docs show deno init creating a project with deno.json, main.ts, and tests, then running TypeScript directly without a separate build step.
Package workflows can use URL imports, JSR packages, npm: specifiers, deno.json, or package.json depending on the project. Deno 2 also supports private npm registry configuration through .npmrc, which aligns it with enterprise Node package workflows.
Deno is package-nerd catnip because it challenges the usual JavaScript runtime/package-manager split. One executable brings together runtime, installer, formatter, linter, test runner, task runner, dependency management, and docs.
Its history also tracks a major ecosystem lesson: clean-slate runtimes are attractive, but compatibility wins adoption. Deno 2's Node and npm support made the package story less ideologically pure and much more operationally useful.
セキュリティ状態
doc example: JavaScript runtime.
リスク yellow · 信頼度 高 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
deno.jsondeno.jsoncpackage.json実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
deno | cli | グローバル実行可能ファイル | |
dx | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/denoland/deno
インストールメタデータ
| パッケージキー | brew:deno |
|---|---|
| バージョン | 2.9.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/deno |
| ホームページ | https://deno.com/ |
| リポジトリ | https://github.com/denoland/deno |
| 上流ドキュメント | https://docs.deno.com/ |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/denoland/deno/releases/download/v2.9.2/deno_src.tar.gz |
| 最終更新 | 2026-07-08T16:29:48Z |
| Pulse | updated |
| 依存関係 | little-cms2, sqlite |
| ビルド依存関係 | cmake, lld, llvm, ninja, pkgconf, rust |
| macOS 提供ライブラリ | libffi |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | deno |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
deno
nix profile install nixpkgs#denodeno 2.7.4-r2
A modern runtime for JavaScript and TypeScript
sudo apk add denodeno-bash-completion 2.7.4-r2
Bash completions for deno
sudo apk add deno-bash-completiondeno-fish-completion 2.7.4-r2
Fish completions for deno
sudo apk add deno-fish-completiondeno-zsh-completion 2.7.4-r2
Zsh completions for deno
sudo apk add deno-zsh-completiondeno 2.8.2-1
A secure runtime for JavaScript and TypeScript
sudo pacman -S denodeno 2.6.10-1.3
A secure JavaScript and TypeScript runtime
https://github.com/denoland/deno
sudo zypper install denodeno-bash-completion 2.6.10-1.3
Bash Completion for deno
https://github.com/denoland/deno
sudo zypper install deno-bash-completiondeno-fish-completion 2.6.10-1.3
Fish Completion for deno
https://github.com/denoland/deno
sudo zypper install deno-fish-completiondeno-zsh-completion 2.6.10-1.3
Zsh Completion for deno
https://github.com/denoland/deno
sudo zypper install deno-zsh-completiondeno
sudo port install denodeno
choco install denomain/deno
scoop install main/denoDenoLand.Deno
winget install --id DenoLand.Deno -edx 1:4.4.4-18+b1
OpenDX (IBM Visualization Data Explorer) - main package
https://web.archive.org/web/20080812051658/http://www.opendx.org/
sudo apt install dxdx-doc 1:4.4.4-18
OpenDX (IBM Visualization Data Explorer) - documentation
https://web.archive.org/web/20080812051658/http://www.opendx.org/
sudo apt install dx-docソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.