# Installer railway avec Homebrew, apk, Nix, pacman, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de railway pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:railway
```

## Réponse sur la sécurité des agents

railway manages Railway projects, services, variables, and deployments.

- **Accès aux identifiants:** Reads Railway tokens, project links, and environment variable data.
- **Modification distante:** Can deploy, change variables, and mutate hosted services.
- **Risque de publication ou d'artéfact:** Publishes application builds and deployment state.
- **Contrôle recommandé:** Gate deploy, variable, service, and token commands.
- **Conseils d'utilisation par les agents:** Allow status reads; require approval for deploys, variable changes, and service mutations.

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install railway
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add railway
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#railway
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ra/railway/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S railway
```

  Preuve: Arch Linux sync databases: railway from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/railway
```

  Preuve: Scoop official bucket manifest trees: bucket/railway.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:railway
- **Gestionnaire de paquets:** Homebrew
- **Version:** 5.30.4
- **Résumé source:** Develop and deploy code with zero configuration
- **Page d'accueil:** <https://railway.com/>
- **Dépôt:** <https://github.com/railwayapp/cli>
- **Dernière mise à jour:** 2026-08-03T09:08:42Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- railway (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 5.30.4

## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour railway. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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

- Unix: ~/.railway/config.json, ~/.railway/config-dev.json, ~/.railway/config-staging.json

## Credential files

- Unix: ~/.railway/config.json, ~/.railway/config-dev.json, ~/.railway/config-staging.json
## Autres enregistrements de gestionnaires de paquets

- Nix - railway: normalized package name match | nixpkgs package indexes: pkgs/by-name/ra/railway/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - railway - 2.9.4-r0: normalized package name match | Alpine Linux edge package indexes: railway from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Railway lets you look up travel information for many different railways | https://gitlab.com/schmiddi-on-mobile/railway
- apk - railway-lang - 2.9.4-r0: normalized package name match | Alpine Linux edge package indexes: railway-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Languages for package railway | https://gitlab.com/schmiddi-on-mobile/railway
- pacman - railway - 2.10.1-1: normalized package name match | Arch Linux sync databases: railway from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Look up travel information for many different railways | https://apps.gnome.org/DieBahn/
- Scoop - main/railway: normalized package name match | Scoop official bucket manifest trees: bucket/railway.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Liens liés

- [railway](https://pkg.so/fr/pkg/npm/railway/) - Same normalized package name exists in another local package ecosystem.

## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
- curated agent safety answer
