Linux command
tor-browser 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch Tor Browser
tor-browser
Launch with a specific profile
tor-browser --profile [path/to/profile]
Launch and open a URL
tor-browser [url]
Launch in offline mode
tor-browser --offline
Launch with new instance
tor-browser --new-instance
Show version information
tor-browser --version
说明
Tor Browser is a privacy-focused web browser based on Mozilla Firefox that routes all traffic through the Tor anonymity network. It is pre-configured with privacy protections including NoScript, HTTPS-Only mode, and anti-fingerprinting measures. The browser is typically installed via torbrowser-launcher on Debian/Ubuntu systems or from the official tarball. When installed via the launcher, the command torbrowser-launcher handles downloading, verifying, updating, and starting the browser. From a manual installation, the browser is started using ./start-tor-browser.desktop from the extracted directory. Tor Browser automatically connects to the Tor network on startup, encrypting traffic through multiple relays to anonymize the user's location and browsing activity. It includes a circuit display showing the relay path and allows requesting new circuits for different exit nodes.
参数
- --profile _path_
- Start with the specified profile directory.
- --new-instance
- Open a new browser instance instead of using an existing one.
- --offline
- Start in offline mode.
- --private-window
- Open a private browsing window.
- --safe-mode
- Start with all extensions disabled.
- --headless
- Run without a visible UI (for automation).
- --version
- Display version information.
- --help
- Display help message.
FAQ
What is the tor-browser command used for?
Tor Browser is a privacy-focused web browser based on Mozilla Firefox that routes all traffic through the Tor anonymity network. It is pre-configured with privacy protections including NoScript, HTTPS-Only mode, and anti-fingerprinting measures. The browser is typically installed via torbrowser-launcher on Debian/Ubuntu systems or from the official tarball. When installed via the launcher, the command torbrowser-launcher handles downloading, verifying, updating, and starting the browser. From a manual installation, the browser is started using ./start-tor-browser.desktop from the extracted directory. Tor Browser automatically connects to the Tor network on startup, encrypting traffic through multiple relays to anonymize the user's location and browsing activity. It includes a circuit display showing the relay path and allows requesting new circuits for different exit nodes.
How do I run a basic tor-browser example?
Run `tor-browser` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --profile _path_ do in tor-browser?
Start with the specified profile directory.