# 使用 Homebrew, Nix 安装 datasette

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

## 安装

```sh
sudo av install brew:datasette
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install datasette
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#datasette
```

  证据: nixpkgs package indexes: datasette from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## 软件包事实

- **软件包键:** brew:datasette
- **软件包管理器:** Homebrew
- **版本:** 0.65.2
- **来源摘要:** Open source multi-tool for exploring and publishing data
- **主页:** <https://docs.datasette.io/en/stable/>
- **仓库:** <https://github.com/simonw/datasette>
- **最后更新:** 2026-07-15T10:42:08Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- datasette (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Datasette is an open-source tool for exploring and publishing SQLite-backed data as an interactive website and JSON API.

### 项目历史

Datasette was created by Simon Willison and the official changelog traces public releases back to November 2017. The project grew from a lightweight SQLite publishing tool into a broader data exploration platform with plugins, publishing commands, and hosted demos.

### 采用历史

The README explicitly targets data journalists, museums, archivists, local governments, scientists, researchers, and other people with data to share. That audience explains its adoption pattern: simple local inspection first, then repeatable publishing to the web.

### 使用方式

Package users usually install the CLI, point it at one or more SQLite databases, and run `datasette serve` locally or `datasette publish` to deploy a site and API.

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

Datasette matters in package catalogs because it turns SQLite files into browsable, queryable web apps with one command, making a database file feel like a portable software artifact.

### 时间线

- 2017: Datasette 0.1 appears in the official changelog.
- 2018: Early 0.x releases expand the publishing and exploration workflow.
- 2024: Datasette 1.0 alpha releases continue the long-running plugin-oriented line.

### Related projects

- SQLite is the central related technology; Datasette Lite and the Datasette plugin ecosystem extend the same publishing model.

### 来源

- <https://github.com/simonw/datasette/blob/main/README.md>
- <https://docs.datasette.io/en/stable>
- <https://docs.datasette.io/en/stable/changelog.html>


## 安全说明

没有找到 datasette 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## 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: datasette.yaml, datasette.json
## 其他软件包管理器记录

- Nix - datasette: normalized package name match | nixpkgs package indexes: datasette from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix


## Combined YAML source

View the package source record on GitHub. [combined/datasette.yml](https://github.com/mxcl/pkgdb/blob/main/combined/datasette.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
