An open API service indexing awesome lists of open source software.

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.

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
```