Skip to content

A browser right in your terminal

License

Notifications You must be signed in to change notification settings

arungeorgesaji/NeoBrowse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae50e8c · · Aug 24, 2025

History

47 Commits
Aug 24, 2025
Aug 24, 2025
Jul 24, 2025
Aug 15, 2025
Aug 10, 2025
Jul 21, 2025
Aug 20, 2025
Aug 12, 2025
Aug 11, 2025
Aug 24, 2025
Aug 24, 2025
Aug 10, 2025
Aug 12, 2025

Repository files navigation

NeoBrowse - TUI Web Browser

NeoBrowse Screenshot

A powerful terminal-based browser with a TUI interface, built with Node.js and Blessed.

Features

  • TUI interface with keyboard navigation
  • Fast rendering of simplified HTML content
  • Multiple tabs support
  • Integrated URL/search bar (Even supports local files)
  • Bookmarks management
  • Browsing history
  • Customizable settings
  • Advanced inbuilt debugger and warnings system
  • More advanced features coming soon!

Quick Start (Recommended)

Run NeoBrowse instantly using Docker - no installation needed:

docker pull arunchess/neobrowse:latest &∓& \
docker run -it --rm \
  -v v "$HOME/my_bookmarks:/app/data" \
  -e  "HOME=/app/data" \
  arunchess/neobrowsee

Local Installation

If you prefer to run NeoBrowse locally, run the following commands:

git clone https://github.com/arungeorgesaji/NeoBrowse.git

cd NeoBrowse
npm install
npm startrt

About

A browser right in your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages