https://github.com/calloc134/torito-frontend
Torito - Tor Connection Manager Frontend
https://github.com/calloc134/torito-frontend
react tauri tor
Last synced: 3 months ago
JSON representation
Torito - Tor Connection Manager Frontend
- Host: GitHub
- URL: https://github.com/calloc134/torito-frontend
- Owner: calloc134
- Created: 2024-06-21T04:50:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T02:03:42.000Z (9 months ago)
- Last Synced: 2025-02-28T02:48:48.258Z (3 months ago)
- Topics: react, tauri, tor
- Language: TypeScript
- Homepage:
- Size: 2.3 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Torito
Tor Connection Manager
![]()
![]()
## Description
Torito is a simple Tor connection manager.
This tool allows you to connect to the Tor network and set up tor bridges or proxies.Inspired by [Anon Connection Wizard](https://www.whonix.org/wiki/Anon_Connection_Wizard).
## Features
- Edit Bridges Configuration
- Edit Proxy Configuration
- Connect to Tor Network## Installation
IMPORTANT: Add `ControlPort 9051` to your torrc file.
Download the latest release from the [releases page](https://github.com/calloc134/torito-frontend/releases).
Add `torito.toml` to `/etc/tor/` directory.
Here is an example of `/etc/tor/torito.toml`:```toml
torrcPath = "/etc/tor/torrc" # Path to torrc file
backUpDirName = "/home/user/torrcBackUp" # Don't forget to make this directory
torIp = "localhost" # Tor Control IP
torPort = 9051 # Tor ControlPort
```Run:
```bash
chmod +x ./torito_x.x.x_amd64.AppImage
sudo ./torito_x.x.x_amd64.AppImage
```## Development
### Prerequisites
- [Tauri](https://tauri.app/)
- [React](https://react.dev)
- [Vite](https://vitejs.dev/)
- [Tailwind CSS](https://tailwindcss.com/)
- [shadcn UI](https://ui.shadcn.com/)
- [Aceternity UI](https://ui.aceternity.com/)
- [react-hot-toast](https://react-hot-toast.com/)Backend Server is written in FastAPI and built with PyInstaller.
Here is the [link](https://github.com/calloc134/torito-backend).### Issues
- [ ] Support for authentication of ControlPort
- [ ] Support for unix domain socket of ControlPort