# gosu を Homebrew, apk, apt, Nix でインストール

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

## インストール

```sh
sudo av install brew:gosu
```

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

### macOS

- Homebrew (100%):

```sh
brew install gosu
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add gosu
```

  証拠: Alpine Linux edge package indexes: gosu from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install gosu
```

  証拠: Debian stable package indexes: gosu from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#gosu
```

  証拠: nixpkgs package indexes: pkgs/by-name/go/gosu/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:gosu
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.18.7
- **ソース概要:** Pragmatic language for the JVM
- **ホームページ:** <https://gosu-lang.github.io/>
- **リポジトリ:** <https://github.com/gosu-lang/gosu-lang>
- **最終更新:** 2026-05-04T14:06:24Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- gosu (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.18.7
## プロジェクトの歴史と使われ方

Gosu is a pragmatic statically typed programming language for the JVM. The official project pages describe it as designed for Java developers, with Java interoperability, type inference, enhancements, structural typing, lambdas, null-safety operators, program files, and support for scripting-style use through classpath statements and shebangs.

### プロジェクトの歴史

Gosu originated in the Guidewire ecosystem and later became an open-source JVM language. Guidewire's developer page describes Gosu as an open-source language used in property-and-casualty insurance enterprises, while the gosu-lang project pages present the language as a general JVM language rather than only a product extension language.

The GitHub project and gosu-lang.github.io documentation focus on build, language, and learning surfaces: Maven builds, Gosu Lab, the IntelliJ plugin, Gradle/Maven starter projects, grammar documentation, and examples. Release feed entries show Maven-release-plugin generated tags for the 1.18 line.

### 採用の歴史

Gosu has an unusual adoption profile for a package-manager language runtime: it has enterprise use through Guidewire, but the open-source distribution also appears in developer package managers such as Homebrew, Nix, Alpine, Debian, and Ubuntu in the batch input. The official docs also point to Maven and Gradle usage where dependencies can be resolved without a local Gosu installation.

### 使われ方

Users can experiment through Gosu Lab, install an IntelliJ plugin, run command-line examples, or use Maven and Gradle projects that pull Gosu JARs. The language is positioned for Java developers who want productivity features while retaining JVM type safety and interoperability.

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

Gosu is significant to package nerds because it sits between enterprise platform language and standalone JVM language runtime. It is not as broadly culturally visible as Scala, Kotlin, Groovy, or Clojure, but package indexes preserve its open-source toolchain and make its command-line distribution discoverable outside Guidewire installations.

### タイムライン

- 2014: The gosu-lang/gosu-lang GitHub repository line is identified by GitHub release metadata.
- 2016: The official site news links Gosu 1.14.16 with Java 8 and Java 11 support.
- 2026: The GitHub release feed shows 1.18.x tagged releases generated by the Maven release plugin.

### Related projects

- Guidewire products are the enterprise environment from which Gosu is documented by Guidewire.
- The Gosu IntelliJ plugin is the official recommended IDE path in the project docs.
- Manifold is linked from the Gosu site as a Java compiler plugin carrying some Gosu-like benefits into Java.

### ソース

- <https://formulae.brew.sh/formula/gosu>
- <https://github.com/gosu-lang/gosu-lang>
- <https://github.com/gosu-lang/gosu-lang/releases.atom>
- <https://gosu-lang.github.io/>
- <https://gosu-lang.github.io/docs.html>
- <https://gosu-lang.github.io/quickstart.html>
- <https://www.guidewire.com/developers/developer-tools-and-guides/gosu-programming-language>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Debian apt - gosu - 1.17-3+b4: normalized package name match | Debian stable package indexes: gosu from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Simple Go-based setuid+setgid+setgroups+exec | https://github.com/tianon/gosu
- Nix - gosu: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/gosu/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gosu - 1.17-1: normalized package name match | Ubuntu 24.04 LTS package indexes: gosu from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Simple Go-based setuid+setgid+setgroups+exec | https://github.com/tianon/gosu
- apk - gosu - 1.19-r5: normalized package name match | Alpine Linux edge package indexes: gosu from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple Go-based setuid+setgid+setgroups+exec | https://github.com/tianon/gosu


## Combined YAML source

View the package source record on GitHub. [combined/gosu.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gosu.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
