# 使用 Homebrew, apt, MacPorts, Nix, winget 安装 ares

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

## 安装

```sh
sudo av install brew:ares
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ares
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ares
```

  证据: MacPorts ports tree: security/ares/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install ares
```

  证据: Debian stable package indexes: ares from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#ares
```

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

### Windows

- winget (92%):

```sh
winget install --id Ares.Ares -e
```

  证据: Windows Package Manager source index: Ares.Ares from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:ares
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/ares>
- **版本:** 0.11.0
- **来源摘要:** Automated decoding of encrypted text
- **主页:** <https://github.com/bee-san/Ares>
- **仓库:** <https://github.com/bee-san/Ares>
- **上游文档:** <https://github.com/bee-san/Ares#readme>
- **许可证:** MIT
- **源码归档:** <https://github.com/bee-san/Ares/archive/refs/tags/0.11.0.tar.gz>
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- ares (cli)
- ares (别名)

## 构建依赖

- rust

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 0.11.0
- 本地数据: OK
- 上游仓库: https://github.com/bee-san/Ares
- 检测到的最新版本: 0.11.0 (当前)
- 信息: No package-manager update timestamp was available.
## 项目历史与用法

Ares is packaged by Homebrew as an automated decoder for encrypted or encoded text. The upstream repository currently presents the project as ciphey, a Rust successor in the Ciphey decoding-tool family, so the package history is best understood as a formula name and repository name that predate or diverge from the current upstream branding.

### 项目历史

The GitHub repository was created in August 2021. Public releases begin with 0.0.1, 'The Founding of Thebes', in July 2022, followed by a run of mythologically named 0.x releases through 2022 and later 0.10 and 0.11 releases. The Cargo manifest now names the package and binary `ciphey`, describes it as 'Ciphey but in Rust', and points at the same author ecosystem.

### 采用历史

Homebrew keeps the formula name `ares`, builds from the bee-san/Ares release archive, and tests the installed `ares` binary by decoding a base64 string. The input record also notes packaging in Debian, Ubuntu, MacPorts, Nix, and winget, indicating broader CLI packaging despite the upstream branding ambiguity.

### 使用方式

The current README describes a decoder workflow aimed at automatically recovering plaintext without the user specifying every cipher step. It emphasizes a CLI plus library split, a timer to avoid endless searches, multi-level decoding, plaintext detection, and integrations such as a Discord bot.

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

For package nerds, Ares is interesting less as a stable brand than as a packaging edge case: Homebrew exposes `ares`, while upstream source metadata now says `ciphey`. It is also a Rust rewrite/next-generation branch of a popular decoder idea, so package records need to preserve the formula identity without erasing the upstream rename signal.

### 时间线

- 2021: GitHub repository created.
- 2022: 0.0.1 release published as 'The Founding of Thebes'.
- 2023: v0.10.0 'Amphitrite' release published.
- 2025: 0.11.0 release published and packaged by Homebrew as Ares.

### Related projects

- The README explicitly links the project to Ciphey and says it was built by the same people. It also mentions LemmeKnow, PyWhat, Rayon, cipher_identifier, and gibberish-or-not as parts of the decoding and plaintext-detection ecosystem.

### 来源

- <https://api.github.com/repos/bee-san/Ares>
- <https://api.github.com/repos/bee-san/Ares/releases>
- <https://github.com/bee-san/Ares#readme>
- <https://raw.githubusercontent.com/Homebrew/homebrew-core/HEAD/Formula/a/ares.rb>
- <https://raw.githubusercontent.com/bee-san/Ares/main/Cargo.toml>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ares
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Debian apt - ares - 134+dfsg-1+b1: normalized package name match | Debian stable package indexes: ares from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Accurate multi-system emulator | https://ares-emu.net
- Nix - ares: normalized package name match | nixpkgs package indexes: pkgs/by-name/ar/ares/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ares - 134+dfsg-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: ares from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Accurate multi-system emulator | https://ares-emu.net
- MacPorts - ares: normalized package name match | MacPorts ports tree: security/ares/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - Ares.Ares: normalized package name match | Windows Package Manager source index: Ares.Ares from https://cdn.winget.microsoft.com/cache/source.msix
- winget - ares-emulator.ares: normalized package name match | Windows Package Manager source index: ares-emulator.ares from https://cdn.winget.microsoft.com/cache/source.msix
- winget - bee-san.Ares: normalized package name match | Windows Package Manager source index: bee-san.Ares from https://cdn.winget.microsoft.com/cache/source.msix


## 相关链接

- [Source-control packages](https://www.automicvault.com/zh-hans/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/zh-hans/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [rust](https://www.automicvault.com/zh-hans/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [apkeep](https://www.automicvault.com/zh-hans/pkg/brew/apkeep/) - Shares av.db curated category or tags: cli, download, networking.
- [aria2](https://www.automicvault.com/zh-hans/pkg/brew/aria2/) - Shares av.db curated category or tags: cli, download, networking.
- [axel](https://www.automicvault.com/zh-hans/pkg/brew/axel/) - Shares av.db curated category or tags: cli, download, networking.
- [httrack](https://www.automicvault.com/zh-hans/pkg/brew/httrack/) - Shares av.db curated category or tags: cli, download, networking.
- [jigdo](https://www.automicvault.com/zh-hans/pkg/brew/jigdo/) - Shares av.db curated category or tags: cli, download, networking.
- [plowshare](https://www.automicvault.com/zh-hans/pkg/brew/plowshare/) - Shares av.db curated category or tags: cli, download, networking.
- [wget](https://www.automicvault.com/zh-hans/pkg/brew/wget/) - Shares av.db curated category or tags: cli, download, networking.
- [wget2](https://www.automicvault.com/zh-hans/pkg/brew/wget2/) - Shares av.db curated category or tags: cli, download, networking.

## Combined YAML source

View the package source record on GitHub. [combined/ares.yml](https://github.com/automic-vault/db/blob/main/combined/ares.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
