Getting Started
Recommended install methods
Section titled “Recommended install methods”-
Install Python 3.13 and
uvwithmiseor ensure you already haveuvavailable. -
Install this fork from the
mainbranch:Terminal window uv tool install --force "git+https://github.com/tobiashochguertel/hike.git@main" -
Confirm the CLI is available:
Terminal window hike --version
mise + uv
Section titled “mise + uv”mise use -g python@3.13 uv@latestuv tool install --force "git+https://github.com/tobiashochguertel/hike.git@main"Direct uv
Section titled “Direct uv”uv tool install --force "git+https://github.com/tobiashochguertel/hike.git@main"Alternatives
Section titled “Alternatives”If you prefer pipx:
pipx install "git+https://github.com/tobiashochguertel/hike.git@main"If you are working from source:
git clone https://github.com/tobiashochguertel/hike.gitcd hikegit switch mainuv sync --group devuv run hike --helpFirst commands
Section titled “First commands”These are the most useful first invocations:
hike openhike open README.mdhike open docs/hike open https://example.com/README.mdhike config inithike bindings setshike themes listhike --versionWhat hike open does
Section titled “What hike open does”hike open is the main entry point into the TUI:
- with a file, Hike opens that file immediately
- with a directory, Hike roots the local browser there and auto-opens a preferred document
- with a URL, Hike loads the remote Markdown document directly
- with no target, Hike starts from the configured local browser root, which is the current working directory by default
By default Hike prefers INDEX.md, then README.md, then the first visible
Markdown file in local-browser order.