Automic VaultAutomic Vault

brew

gjs を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install gjs

local Homebrew formula metadata

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

MacPorts ports tree · gnome/gjs/Portfile · ソース: api.github.com

Linux

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

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

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

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

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

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

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

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

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

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

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

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

概要

パッケージ概要

JavaScript Bindings for GNOME

コマンドとエイリアス

  • gjs
  • gjs-console

履歴

プロジェクトの歴史と使われ方

GJS is GNOME's JavaScript runtime, built on Firefox's SpiderMonkey engine and GNOME platform libraries. It lets JavaScript programs use GNOME APIs through GObject Introspection and provides the runtime used by GNOME Shell, extensions, and many GNOME applications.

プロジェクトの歴史

The GJS README gives an unusually direct origin story: the idea traces to an August 2008 blog post and experimental gscript code, while the recognizable project form was developed in October 2008 at litl for the litl webbook.

GJS was soon adopted as the basis of GNOME Shell's user-interface code and extension system, and the README says it debuted as a fundamental component of GNOME 3.0. That made it a central runtime in the GNOME desktop rather than a standalone scripting curiosity.

In 2013, during the GNOME Developer Experience Hackfest, GJS was declared the first among equals for GNOME application development. The README records that this was controversial and later abandoned, but the episode shows how seriously GNOME considered JavaScript as an application language.

採用の歴史

The GJS README names GNOME Shell, Maps, Characters, Sound Recorder, and many other apps as GJS users. It also notes use in Endless OS's offline-content framework and in Cinnamon through a forked version.

Package metadata in this batch shows GJS distributed through Homebrew, Alpine, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE. That breadth follows from its role as a GNOME platform component and language runtime.

使われ方

Practitioners use GJS to write JavaScript programs that call GNOME platform libraries. The README documents an interactive interpreter, whole-program execution with gjs filename.js, debugger support through -d in supported versions, and coverage-report facilities.

GJS is also used by extension authors and desktop developers because GNOME Shell and related applications expose platform behavior through JavaScript. The runtime bridges familiar JavaScript syntax with GTK, GLib, and other introspected GNOME libraries.

パッケージ好きにとっての重要性

GJS matters to package people because it is both a language runtime and a desktop-platform dependency. Packaging it means coordinating SpiderMonkey, GObject Introspection, GNOME libraries, ABI expectations, and application consumers.

It also represents a major desktop choosing an embedded JavaScript runtime for core UI behavior. That makes GJS more like a platform runtime than a conventional command-line interpreter.

タイムライン

  • 2008: The GJS README traces the idea to an August blog post and experimental gscript code.
  • 2008: GJS in recognizable form is developed at litl in October.
  • 2011: GNOME 3.0 debuts with GNOME Shell, using GJS as a fundamental component.
  • 2013: GJS is named first among equals for GNOME application development at a GNOME Developer Experience Hackfest.
  • 2018: The README records GJS use in GNOME apps, Endless OS, and Cinnamon.

Related projects

  • SpiderMonkey is the JavaScript engine embedded by GJS.
  • GObject Introspection is the binding mechanism that exposes GNOME libraries to JavaScript.
  • GNOME Shell is the most prominent consumer of GJS.
  • Cinnamon and Endless OS are named by the README as related adopters or downstream users.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://gitlab.gnome.org/GNOME/gjs/wikis/Home

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:gjs
バージョン1.88.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/gjs
ホームページhttps://gitlab.gnome.org/GNOME/gjs/wikis/Home
リポジトリhttps://gitlab.gnome.org/GNOME/gjs
上流ドキュメントhttps://gjs-docs.gnome.org/gjs
ライセンスLGPL-2.0-or-later AND MIT
ソースアーカイブhttps://download.gnome.org/sources/gjs/1.88/gjs-1.88.1.tar.xz
最終更新2026-06-29T04:06:11Z
Pulseupdated
依存関係cairo, gettext, glib, libx11, readline, spidermonkey
ビルド依存関係gobject-introspection, meson, ninja, pkgconf
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 Namegjs
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

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

Debian apt95%

gjs 1.82.3-1

Mozilla-based javascript bindings for the GNOME platform (cli tool)

https://gitlab.gnome.org/GNOME/gjs/-/blob/master/doc/README.md

sudo apt install gjs
  • Section: interpreters
  • Architecture: amd64
  • 4 依存関係
  • normalized package name match
  • 一致条件: Gjs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gjs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gjs-tests 1.82.3-1

Mozilla-based javascript bindings for the GNOME platform (tests)

https://gitlab.gnome.org/GNOME/gjs/-/blob/master/doc/README.md

sudo apt install gjs-tests
  • Section: interpreters
  • Architecture: amd64
  • Source Package: gjs
  • 11 依存関係
  • normalized package name match
  • 一致条件: Gjs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gjs-tests from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgjs-dev 1.82.3-1

Mozilla-based javascript bindings for GNOME - development files

https://gitlab.gnome.org/GNOME/gjs/-/blob/master/doc/README.md

sudo apt install libgjs-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gjs
  • 4 依存関係
  • normalized package name match
  • 一致条件: Gjs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgjs-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgjs0g 1.82.3-1

Mozilla-based javascript bindings for the GNOME platform

https://gitlab.gnome.org/GNOME/gjs/-/blob/master/doc/README.md

sudo apt install libgjs0g
  • Section: libs
  • Architecture: amd64
  • Source Package: gjs
  • 15 依存関係
  • normalized package name match
  • 一致条件: Gjs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgjs0g from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

gjs

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

gjs 1.80.2-1build2

Mozilla-based javascript bindings for the GNOME platform (cli tool)

https://gitlab.gnome.org/GNOME/gjs/-/blob/master/doc/README.md

sudo apt install gjs
  • Section: interpreters
  • Architecture: amd64
  • 4 依存関係
  • normalized package name match
  • 一致条件: Gjs
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gjs from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

gjs-tests 1.80.2-1build2

Mozilla-based javascript bindings for the GNOME platform (tests)

https://gitlab.gnome.org/GNOME/gjs/-/blob/master/doc/README.md

sudo apt install gjs-tests
  • Section: universe/interpreters
  • Architecture: amd64
  • Source Package: gjs
  • 11 依存関係
  • normalized package name match
  • 一致条件: Gjs
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gjs-tests from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgjs-dev 1.80.2-1build2

Mozilla-based javascript bindings for the GNOME platform

https://gitlab.gnome.org/GNOME/gjs/-/blob/master/doc/README.md

sudo apt install libgjs-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gjs
  • 4 依存関係
  • normalized package name match
  • 一致条件: Gjs
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgjs-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libgjs0g 1.80.2-1build2

Mozilla-based javascript bindings for the GNOME platform

https://gitlab.gnome.org/GNOME/gjs/-/blob/master/doc/README.md

sudo apt install libgjs0g
  • Section: libs
  • Architecture: amd64
  • Source Package: gjs
  • 15 依存関係
  • normalized package name match
  • 一致条件: Gjs
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgjs0g from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

gjs 1.88.0-r1

GNOME javascript library

https://gitlab.gnome.org/GNOME/gjs

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

gjs-dbg 1.88.0-r1

GNOME javascript library (debug symbols)

https://gitlab.gnome.org/GNOME/gjs

sudo apk add gjs-dbg
  • License: MIT AND LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: gjs
  • 1 依存関係
  • normalized package name match
  • 一致条件: Gjs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gjs-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gjs-dev 1.88.0-r1

GNOME javascript library (development files)

https://gitlab.gnome.org/GNOME/gjs

sudo apk add gjs-dev
  • License: MIT AND LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: gjs
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Gjs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gjs-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

gjs 1.88.0-1.fc45

Javascript Bindings for GNOME

https://wiki.gnome.org/Projects/Gjs

sudo dnf install gjs
  • License: MIT AND BSD-3-Clause AND (MIT OR LGPL-2.0-or-later) AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later)
  • Category: Unspecified
  • Architecture: i686
  • Source Package: gjs
  • 17 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Gjs
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gjs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

gjs-devel 1.88.0-1.fc45

Development package for gjs

https://wiki.gnome.org/Projects/Gjs

sudo dnf install gjs-devel
  • License: MIT AND BSD-3-Clause AND (MIT OR LGPL-2.0-or-later) AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later)
  • Category: Unspecified
  • Architecture: i686
  • Source Package: gjs
  • 4 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Gjs
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gjs-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

gjs-tests 1.88.0-1.fc45

Tests for the gjs package

https://wiki.gnome.org/Projects/Gjs

sudo dnf install gjs-tests
  • License: MIT AND (MIT OR LGPL-2.0-or-later) AND BSD-3-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: gjs
  • 13 依存関係
  • 6 提供
  • normalized package name match
  • 一致条件: Gjs
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gjs-tests from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

gjs 2:1.88.0-1

Javascript Bindings for GNOME

https://wiki.gnome.org/Projects/Gjs

sudo pacman -S gjs
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • 13 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Gjs
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: gjs from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

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

このページは 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 package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment