# 使用 Homebrew, Nix 安装 kickstart

查看 kickstart 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install kickstart
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## 软件包事实

- **软件包键:** brew:kickstart
- **软件包管理器:** Homebrew
- **版本:** 0.6.0
- **来源摘要:** Scaffolding tool to get new projects up and running quickly
- **主页:** <https://github.com/Keats/kickstart>
- **仓库:** <https://github.com/Keats/kickstart>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- kickstart (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.6.0
## 项目历史与用法

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

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- 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
## 其他软件包管理器记录

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


## 来源

- 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
