Fetch Wikipedia summaries from the terminal — fast, simple, no dependencies.
Open Source — GPL-3.0
goWikit is a command-line tool for quickly fetching Wikipedia summaries, written in Go. It's a single binary with no external dependencies — download, run, and look up anything from your terminal.
Whether you're researching a topic, settling a debate, or just curious, goWikit gets you the answer in seconds without leaving the command line.
Search Wikipedia in any language with interactive disambiguation when multiple results are found.
View summaries directly in the terminal, or open the full article in your default browser with a single flag.
Run goWikit as a background service with REST APIs — integrate Wikipedia lookups into your own tools and scripts.
# Basic lookup
gowikit "Linux kernel"
# Search in another language
gowikit -l ko "서울"
# Open in browser
gowikit -b "Rust programming"
# Run as a REST service
gowikit -serve :8080