Installation¶
Astronomo requires Python 3.10 or later.
Using uv (Recommended)¶
uv is a fast Python package manager. Install Astronomo as a tool:
Or add it to an existing project:
Using pip¶
Install from PyPI:
From Source¶
Clone the repository and install with uv:
Run the development version:
Verifying Installation¶
After installation, verify that Astronomo is working:
You should see the version number printed. Then launch the browser:
This opens Astronomo with the default home page. Press Ctrl+Q to quit.
Optional Features¶
Inline Image Display (Chafa)¶
Astronomo can display images (PNG, JPEG, GIF, WebP) as ANSI art directly in the terminal using Chafa. This feature is optional and requires the chafa.py package.
Install with pip:
Install with uv tool:
From source (development):
After installation, enable image display in Settings (Ctrl+,) → Appearance → Show Images.
Next Steps¶
- Quick Start - Learn the basics of browsing with Astronomo
- Configuration - Customize your setup