| Crates.io | methodwise |
| lib.rs | methodwise |
| version | 0.1.1 |
| created_at | 2026-01-23 05:31:34.203141+00 |
| updated_at | 2026-01-23 17:22:30.888503+00 |
| description | A precise, methodic TUI web browser for the terminal enthusiast. |
| homepage | |
| repository | https://github.com/Geekspeaker/methodwise |
| max_upload_size | |
| id | 2063538 |
| size | 179,316 |
A precise, methodic TUI web browser for the terminal enthusiast.
Methodwise is a Rust-based terminal web browser designed for speed, simplicity, and keyboard-driven navigation. It renders the modern web into clean, readable text, stripping away the noise of ads and heavy scripts.
f followed by a link number to navigate instantly.We are committed to a strict Zero Data Collection policy.
Option 1: Developer Install (Recommended for Rust users)
This compiles the project and adds methodwise to your global PATH.
cargo install --path .
# Now you can just run:
methodwise
Option 2: Build from Source
git clone https://github.com/Geekspeaker/methodwise.git
cd methodwise
cargo build --release
# Run via cargo:
cargo run --release
Option 3: Package Managers(COMING SOON)
See DISTRIBUTION.md for APT (Ubuntu/Debian) and Homebrew (macOS) instructions. These methods automatically add methodwise to your PATH.
Run the browser:
cargo run --release
| Key | Action |
|---|---|
| Navigation | |
j / Down |
Scroll Down |
k / Up |
Scroll Up |
h / Left |
Go Back |
l / Right |
Go Forward |
PgDn / PgUp |
Page Scroll |
| Actions | |
e / g |
Edit URL / Search |
/ |
Find text in page |
f / 0-9 |
Follow Link Mode |
Tab |
Enter form input mode |
? |
Toggle Help |
F12 |
Toggle Debug Log |
| Tabs | |
Shift+T |
New Tab |
Shift+W |
Close Tab |
1-9 |
Switch to Tab # |
| Themes & Bookmarks | |
t |
Cycle Theme (Dark/Light/Retro/Ocean) |
b |
Toggle Bookmarks |
B |
Add Bookmark |
H |
Toggle History |
Press t to cycle through color schemes:
Methodwise supports basic form interaction:
Tab to enter form modeEnter to submitEsc to cancelMethodwise is zero-config by default, but supports CLI flags:
# Run with default search engine (DuckDuckGo)
.\target\release\methodwise.exe
# Choose search engine
.\target\release\methodwise.exe --google
.\target\release\methodwise.exe --duckduck
.\target\release\methodwise.exe --bing
.\target\release\methodwise.exe --brave
# Open a URL directly
.\target\release\methodwise.exe https://example.com
# Force static homepage (skip fetching methodwise.com)
.\target\release\methodwise.exe --static-homepage
Methodwise is an independent project. If you find it useful, consider supporting its development!
Methodwise is free to use but Source Available. You may use and run the software freely. You may verify and modify the source for personal use, but redistribution of modified versions is prohibited. Contributions are welcome! By submitting code, you agree to transfer ownership to the project maintainers. See LICENSE for details.
Built with Rust, Ratatui, and Tokio. by Geekspeaker Inc.