cd /news/ai-tools/tb-super-fast-text-only-browser-usin… · home topics ai-tools article
[ARTICLE · art-23631] src=github.com pub= topic=ai-tools verified=true sentiment=↑ positive

TB – super‑fast text‑only browser using Jina Reader API

A new command-line tool called **tb** allows users to view text-only versions of web pages and perform searches directly from their terminal using the Jina Reader API. The tool, which works on Linux, macOS, and Windows, can be installed with a single command and supports optional token authentication for higher rate limits. It provides an instant, lightweight browsing experience without a graphical interface, making it useful for developers and terminal users who need quick access to web content.

read3 min publishedJun 6, 2026

tb lets you view web pages and perform searches directly from your terminal using the Jina Reader API.

Works on Linux, macOS, Windows (CMD, PowerShell, WSL, Git Bash).

  • 🚀 Instant text‑only version of any page

  • 🔍 Search using s.jina.ai

  • 🎨 Automatic pager ( less

/more

) - 🔐 Optional token authentication & context token

  • 📦 One‑command installation
curl -sSL https://raw.githubusercontent.com/falcga/tb/main/install.sh | bash

Then restart your terminal or run source ~/.bashrc

/ source ~/.zshrc

.

powershell -Command "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/falcga/tb/main/install.ps1' -OutFile install.ps1; ./install.ps1"

Or manually: download tb.bat

and place it in a folder that is in your %PATH%

.

You can use tb without a token – requests will be sent anonymously.

For higher rate limits or special features, get a free token from Jina AI Reader.

export JINA_TOKEN="jina_your_token_here"          # Linux/macOS
set JINA_TOKEN=jina_your_token_here               # Windows CMD
$env:JINA_TOKEN="jina_your_token_here"            # Windows PowerShell

For a context token (sent as X-Context

header):

export JINA_CONTEXT_TOKEN="your_context"

Open a webpage:

tb https://example.com

Search the web:

tb "how to install python"
Flag Description
--token TOKEN
Jina API token (overrides JINA_TOKEN )
--context TOKEN
Context token (sent as X-Context header)
--raw
Output without pager (useful for piping to files)
--help , -h
Show help message
tb --token jina_xyz https://news.ycombinator.com

tb --context session_123 "bash best practices"

tb --raw https://example.com > page.txt

tb "latest tech news"
Variable Description Required
JINA_TOKEN
API token for Jina Reader No
JINA_CONTEXT_TOKEN
Context token (sent as X-Context )
No

If JINA_TOKEN

is not set and no --token

is provided, the Authorization

header is omitted entirely.

curl(pre‑installed on most systems, required)** lessor more**(for paging, optional – use--raw

to bypass)- No other dependencies

Linux/macOS:sudo rm /usr/local/bin/tb

Windows: Deletetb.bat

from your%USERPROFILE%\bin

(or wherever you placed it) and remove that folder from yourPATH

if desired.

Problem Solution
curl: command not found
Install curl (e.g., apt install curl / brew install curl )
Error: Request failed
Check your internet connection. If you provided a token, ensure it is valid.
No output or strange characters Try --raw mode or check if the URL/search query is correct.

MIT © 2025 falcga

This tool is an unofficial third‑party client for the public Jina Reader API.

It respects the API’s intended usage:

  • No web scraping or automated extraction from jina.ai
  • No reverse engineering or creation of competing services
  • API tokens are optional and passed exactly as documented ( Authorization: Bearer

header) - The required X-Engine: browser

header is always sent

For heavy or automated usage, please obtain your own free token from Jina AI Reader and respect their rate limits.

See Jina AI Terms and Privacy Policy for details.

── more in #ai-tools 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/tb-super-fast-text-o…] indexed:0 read:3min 2026-06-06 ·