Skip to content

Installation

Youri Theodora Kopoulos Kirchner Mattar edited this page Jan 13, 2026 · 3 revisions

Homebrew (Recommended)

hideDot can be installed using Homebrew:

brew tap youhide/homebrew-youhide
brew install hidedot

From Source

You can also build from source:

git clone https://github.com/youhide/hideDot.git
cd hideDot
go build -o hidedot ./src/main.go

Verify Installation

# Check version
hidedot --version

# Show help
hidedot --help

Requirements

  • Go 1.21+ (for building from source)
  • macOS, Linux, or Windows

Clone this wiki locally