# Installer kickstart avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:kickstart
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install kickstart
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#kickstart
```

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

## Faits du paquet

- **Clé du paquet:** brew:kickstart
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.6.0
- **Résumé source:** Scaffolding tool to get new projects up and running quickly
- **Page d'accueil:** <https://github.com/Keats/kickstart>
- **Dépôt:** <https://github.com/Keats/kickstart>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- kickstart (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.6.0
## Historique du projet et usages

kickstart is a Rust CLI for project scaffolding from templates, using `template.toml` metadata and Tera rendering to generate new project directories.

### Historique du projet

The GitHub repository was created in 2018, with early releases beginning at v0.1.6 on 2018-08-02. The README frames kickstart as a more powerful Rust counterpart to Python Cookiecutter and as an alternative to Node.js scaffolders such as Yeoman and Slush.

### Historique d'adoption

kickstart is distributed as a crates.io package and as prebuilt GitHub release binaries. The Homebrew input record also lists Homebrew and Nix formulas, reflecting its use as a small standalone developer utility rather than a framework-bound generator.

### Modes d'utilisation

Users run kickstart against local or Git-hosted templates, answer prompts described in `template.toml`, and generate files whose contents, file names, and directory names can be rendered through Tera.

### Pourquoi les passionnés de paquets s'y intéressent

kickstart is a neat package-manager-era scaffolder because it packages the generator as a single Rust binary while keeping templates language-agnostic and plain-file based.

### Chronologie

- 2018: Repository created and v0.1.6 published.
- 2020: v0.2.x releases published.
- 2021: v0.3.0 release published.
- 2025: v0.6.0 release published on 2025-12-21.

### Related projects

- The README compares kickstart with Cookiecutter, Yeoman, and Slush, and documents Tera as its template engine.

### Sources

- <https://crates.io/crates/kickstart>
- <https://github.com/Keats/kickstart>
- <https://github.com/Keats/kickstart/releases>
- <https://keats.github.io/tera/docs/>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## 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: template.toml
## Autres enregistrements de gestionnaires de paquets

- Nix - kickstart: normalized package name match | nixpkgs package indexes: pkgs/by-name/ki/kickstart/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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