Vibeleaderboard
Index / tool
Visit github.com
Category
AI Tools
Rank
No. 1949Tools index

Previous survey · No. 1954 ·

Pricing
Open Source
Type
TOOL
Builder
hmbown
GitHub
84 stars
Date

About

Homebrew tap for the DeepSeek TUI terminal client.

What it does

This repository distributes a terminal coding agent through Homebrew. Its formula selects a precompiled binary pair for the machine’s operating system and processor, verifies checksums, and places both commands on the executable path. Homebrew also handles upgrades.

Why it's ranked here

The package is compact and covers four common Unix platform combinations, but its identity is inconsistent. The documentation promises a DeepSeek client and names one pair of commands, while the formula downloads CodeWhale releases and installs a different pair. That mismatch weakens confidence in the installation contract.

What's good

Installation and updating use standard Homebrew commands. The formula supplies separate artifacts for macOS and Linux on ARM and x86-64, pins checksums for every download, declares an MIT license, and checks that both installed executables can report their versions.

Tradeoffs

The documentation and formula disagree about the upstream project, release artifacts, and installed command names. Each platform’s secondary resource also carries the same checksum as its primary download despite using a different URL. Windows has no declared package path, and the repository exposes no library or API.

How to use it well

This suits macOS or Linux users who want Homebrew-managed, precompiled terminal tooling and are prepared to verify the actual commands after installation. It earns a place in command-line coding workflows. It does not cover Windows, source builds, application embedding, or a documented programmatic API.

Technical notes+

README.md instructs users to tap Hmbown/deepseek-tui, install deepseek-tui, and expect deepseek plus deepseek-tui. Formula/deepseek-tui.rb instead sets the homepage and release URLs to CodeWhale, installs the main artifact as codewhale, stages the codew resource, and tests both with --version. Platform branches cover macOS and Linux using Hardware::CPU.arm?; non-ARM machines receive x64 artifacts. All downloads use :nounzip and fixed SHA-256 values.

Observed

License
MIT
Primary language
Ruby, through a Homebrew formula
Packaging
Third-party Homebrew tap installing precompiled release binaries
Interfaces
Two command-line executables; the documentation describes a dispatcher CLI and terminal UI
Platform support
macOS and Linux on ARM64 and x86-64
Verification
SHA-256 checksums cover every declared download, and the formula tests version output from both installed commands

Read from README.md, Formula/deepseek-tui.rb.

What it can do

  • Install DeepSeek TUI terminal client via Homebrew

    Homebrew package manager and system with terminal accessInstalled DeepSeek TUI application

  • Manage DeepSeek TUI package updates

    Homebrew update commandsUpdated DeepSeek TUI client version

  • Uninstall DeepSeek TUI client

    Homebrew uninstall commandRemoved DeepSeek TUI application from system

  • Provide terminal-based interface for DeepSeek AI

    Terminal commands and user promptsAI responses and interactions in terminal interface

Tags

deepseektuihomebrewterminalllm

Tech Stack

Ruby

Comments (0)

No comments yet

Editorially curated, with community endorsements as a secondary signal. Corrections welcome.