Automic VaultAutomic Vault

brew

deno を Homebrew, apk, chocolatey, MacPorts, Nix, pacman, zypper, scoop, winget, apt, dnf でインストール

deno のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install deno

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install deno

MacPorts ports tree · devel/deno/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add deno

Alpine Linux edge package indexes · deno · ソース: dl-cdn.alpinelinux.org

Nix確認済み · 92%
nix profile install nixpkgs#deno

nixpkgs package indexes · pkgs/by-name/de/deno/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S deno

Arch Linux sync databases · deno · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install deno

openSUSE Tumbleweed package metadata · deno · ソース: download.opensuse.org

Debian apt確認済み · 92%
sudo apt install dx

Debian stable package indexes · dx · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install dx

Fedora Rawhide package metadata · dx · ソース: dl.fedoraproject.org

概要

パッケージ概要

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.

タイムライン

  • 2018: The denoland/deno repository is created on GitHub.
  • 2020: Deno 1.0 is announced as the first stable CLI release.
  • 2024: Deno 2 is announced with Node.js and npm compatibility.
  • 2026: Deno 2.9.0 is published on GitHub releases.

Related projects

  • Node.js is the historical reference point and compatibility target for Deno 2.
  • V8 and Rust are core implementation technologies discussed in the Deno 1.0 announcement.
  • JSR is Deno's TypeScript-first package registry companion.
  • Fresh and Deno Deploy are related Deno ecosystem projects from Deno Land.

セキュリティ状態

リスクレベル: yellow

doc example: JavaScript runtime.

リスク分類器

リスク yellow · 信頼度 高 · runtime

理由

  • doc example: JavaScript runtime

信号

  • override:deno

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 6 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
deno.jsondeno.jsoncpackage.json

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
denocliグローバル実行可能ファイル
dxcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版2.9.2
マネージャ更新日2026-07-08
ローカルデータOK
上流not checked
検出された最新未検出

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
Pulseupdated
依存関係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 DatabaseHomebrew formula API
Taphomebrew/core
Full Namedeno
Version Scheme0
Revision0
Head VersionHEAD
Conflicts With
  • dxpy
Requirements
  • xcode
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

deno

nix profile install nixpkgs#deno
  • normalized package name match
  • 一致条件: Deno
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/de/deno/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

deno 2.7.4-r2

A modern runtime for JavaScript and TypeScript

https://deno.land/

sudo apk add deno
  • License: MIT
  • Architecture: x86_64
  • Source Package: deno
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Deno
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: deno from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

deno-bash-completion 2.7.4-r2

Bash completions for deno

https://deno.land/

sudo apk add deno-bash-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: deno
  • normalized package name match
  • 一致条件: Deno
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: deno-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

deno-fish-completion 2.7.4-r2

Fish completions for deno

https://deno.land/

sudo apk add deno-fish-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: deno
  • normalized package name match
  • 一致条件: Deno
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: deno-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

deno-zsh-completion 2.7.4-r2

Zsh completions for deno

https://deno.land/

sudo apk add deno-zsh-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: deno
  • normalized package name match
  • 一致条件: Deno
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: deno-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

deno 2.8.2-1

A secure runtime for JavaScript and TypeScript

https://deno.com

sudo pacman -S deno
  • License: MIT
  • Architecture: x86_64
  • 7 依存関係
  • normalized package name match
  • 一致条件: Deno
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: deno from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

deno 2.6.10-1.3

A secure JavaScript and TypeScript runtime

https://github.com/denoland/deno

sudo zypper install deno
  • License: MIT
  • Category: Productivity/Other
  • Architecture: x86_64
  • Source Package: deno
  • 6 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Deno
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: deno from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

deno-bash-completion 2.6.10-1.3

Bash Completion for deno

https://github.com/denoland/deno

sudo zypper install deno-bash-completion
  • License: MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: deno
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Deno
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: deno-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

deno-fish-completion 2.6.10-1.3

Fish Completion for deno

https://github.com/denoland/deno

sudo zypper install deno-fish-completion
  • License: MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: deno
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Deno
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: deno-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

deno-zsh-completion 2.6.10-1.3

Zsh Completion for deno

https://github.com/denoland/deno

sudo zypper install deno-zsh-completion
  • License: MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: deno
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Deno
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: deno-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

deno

sudo port install deno
  • normalized package name match
  • 一致条件: Deno
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/deno/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

deno

choco install deno
  • normalized package name match
  • 一致条件: Deno
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: deno from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','dell-omsa'
Scoop95%

main/deno

scoop install main/deno
  • normalized package name match
  • 一致条件: Deno
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/deno.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

DenoLand.Deno

winget install --id DenoLand.Deno -e
  • normalized package name match
  • 一致条件: Deno
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: DenoLand.Deno from https://cdn.winget.microsoft.com/cache/source.msix
Debian apt92%

dx 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 dx
  • Section: science
  • Architecture: amd64
  • Source Package: dx
  • 12 依存関係
  • 2 任意依存関係
  • installed executable or alias match
  • 一致条件: Dx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

dx-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
  • Section: doc
  • Architecture: all
  • Source Package: dx
  • 1 依存関係
  • 1 任意依存関係
  • installed executable or alias match
  • 一致条件: Dx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dx-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment