macOS
brew install wordlelocal Homebrew formula metadata
安装
brew install wordlelocal Homebrew formula metadata
概览
Play wordle in command-line
历史
This `wordle` package is Agastya Chandrakant's small Go command-line implementation of Wordle, the viral five-letter daily word game. The project README describes it as a Golang implementation of Wordle in the command line, built with `make` or `go build` and run as `./wordle`.
The package is best understood as part of the early-2022 wave of Wordle clones and ports that followed the original browser game's late-2021 viral rise and January 2022 acquisition by The New York Times.
The self-hosted stagit log records the initial commit on 2022-02-16, followed the same day by the addition of the algorithm that checks whether a guess matches the answer and prints color-coded feedback. The README credits acagastya for implementation and sahiba for the O(n) color-code algorithm.
The February 2022 commit log shows a short burst of refinement: README and install instructions on 2022-02-17, rejection of repeated guesses and code refactoring later that day, separation of possible answers from the dictionary on 2022-02-20, and a 2022-02-26 change to stop showing the answer by default.
There is little evidence of broad adoption beyond packaging and the upstream self-hosted repository, so the history should be treated as niche. Its value is mainly as a compact packaged terminal adaptation of a cultural moment rather than as a large independent game project.
The original Wordle context is much larger: Josh Wardle publicly released Wordle in October 2021; it spread virally after shareable emoji results appeared; and The New York Times acquired it in January 2022. This CLI appeared within weeks of that surge.
The README documents building with `make` or `go build -o wordle src/main.go`, then running `./wordle`. It notes that the game uses English words and ANSI color codes for terminal feedback.
The source tree is maintained in a traditional email-patches style: the README names dev, prod, and master branches, explains that master exists for stagit output, and asks contributors to email patches to the maintainer.
As a package, this is a tiny example of how quickly viral browser games get translated into terminal culture. It offers no large ecosystem, but it is exactly the kind of small, inspectable CLI game that package managers often preserve after the wider trend has moved on.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
wordle | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:wordle |
|---|---|
| 版本 | 2.0.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://git.hanabi.in/wordle-cli |
| 最后更新 | 2026-07-25T22:40:22+02:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.