https://github.com/subrotokumar/orbit-torrent
Orbit - A lightweight BitTorrent client written in Go designed for command-line interface (CLI) enthusiasts.
https://github.com/subrotokumar/orbit-torrent
Last synced: 5 months ago
JSON representation
Orbit - A lightweight BitTorrent client written in Go designed for command-line interface (CLI) enthusiasts.
- Host: GitHub
- URL: https://github.com/subrotokumar/orbit-torrent
- Owner: subrotokumar
- License: other
- Created: 2024-10-28T18:27:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T18:39:39.000Z (over 1 year ago)
- Last Synced: 2024-11-16T06:59:33.181Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orbit
Orbit is a lightweight BitTorrent client written in Go, crafted specifically for command-line interface (CLI) enthusiasts. With a focus on simplicity and performance, Orbit provides essential torrenting features in a compact, user-friendly package.

## Features
- Fast and efficient torrent downloading
- Minimalistic CLI interface
- Lightweight and portable
- Written in Go for cross-platform compatibility
## Installation
1. Clone the repository:
```bash
git clone https://github.com/subroto/orbit-torrent.git
cd orbit
```
2. Build the client:
```bash
go build -o orbit ./cmd/main.go
```
3. Run Orbit:
```bash
./orbit
```