Skip to content

Releases: rajsinghtech/tsflow

v1.0.7

28 Aug 05:37

Choose a tag to compare

TSFlow v1.0.7

A modern web application for visualizing and analyzing network traffic flows within Tailscale networks.

🐳 Docker Installation (Recommended)

Quick Start:

# Run with Docker
docker run -d \
  -p 8080:8080 \
  -e TAILSCALE_API_KEY=your-api-key \
  -e TAILSCALE_TAILNET=your-tailnet \
  -e ENVIRONMENT=production \
  --name tsflow \
  ghcr.io/rajsinghtech/tsflow:v1.0.7

Docker Compose:

# Download and extract release
wget https://github.com/rajsinghtech/tsflow/releases/download/v1.0.7/tsflow-v1.0.7.tar.gz
tar -xzf tsflow-v1.0.7.tar.gz
cd tsflow-v1.0.7

# Edit docker-compose.yml with your credentials

# Run with Docker Compose
docker-compose up -d

📦 Manual Installation

Binary Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Download the frontend build: tsflow-frontend-v1.0.7.tar.gz
  3. Extract frontend: tar -xzf tsflow-frontend-v1.0.7.tar.gz
  4. Set environment variables (see env.example)
  5. Run the binary: ./tsflow-<platform>

Supported Platforms:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

🛠 Development Setup

git clone https://github.com/rajsinghtech/tsflow.git
cd tsflow

# Backend
cd backend && go mod download && go run main.go &

# Frontend  
cd frontend && npm install && npm run build

📋 What's Included

  • Go Backend: High-performance API server with Tailscale integration
  • React Frontend: Modern web interface with real-time visualization
  • Docker Support: Production-ready containerization
  • Multi-platform Binaries: Native builds for all major platforms

🚀 Features

  • Real-time network topology visualization
  • Comprehensive traffic analytics and filtering
  • Device management and monitoring
  • No CORS issues (backend handles all API calls)
  • Production-ready architecture

v1.0.6

25 Aug 00:38

Choose a tag to compare

TSFlow v1.0.6

A modern web application for visualizing and analyzing network traffic flows within Tailscale networks.

🐳 Docker Installation (Recommended)

Quick Start:

# Run with Docker
docker run -d \
  -p 8080:8080 \
  -e TAILSCALE_API_KEY=your-api-key \
  -e TAILSCALE_TAILNET=your-tailnet \
  -e ENVIRONMENT=production \
  --name tsflow \
  ghcr.io/rajsinghtech/tsflow:v1.0.6

Docker Compose:

# Download and extract release
wget https://github.com/rajsinghtech/tsflow/releases/download/v1.0.6/tsflow-v1.0.6.tar.gz
tar -xzf tsflow-v1.0.6.tar.gz
cd tsflow-v1.0.6

# Edit docker-compose.yml with your credentials

# Run with Docker Compose
docker-compose up -d

📦 Manual Installation

Binary Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Download the frontend build: tsflow-frontend-v1.0.6.tar.gz
  3. Extract frontend: tar -xzf tsflow-frontend-v1.0.6.tar.gz
  4. Set environment variables (see env.example)
  5. Run the binary: ./tsflow-<platform>

Supported Platforms:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

🛠 Development Setup

git clone https://github.com/rajsinghtech/tsflow.git
cd tsflow

# Backend
cd backend && go mod download && go run main.go &

# Frontend  
cd frontend && npm install && npm run build

📋 What's Included

  • Go Backend: High-performance API server with Tailscale integration
  • React Frontend: Modern web interface with real-time visualization
  • Docker Support: Production-ready containerization
  • Multi-platform Binaries: Native builds for all major platforms

🚀 Features

  • Real-time network topology visualization
  • Comprehensive traffic analytics and filtering
  • Device management and monitoring
  • No CORS issues (backend handles all API calls)
  • Production-ready architecture

v1.0.5

24 Aug 21:45

Choose a tag to compare

TSFlow v1.0.5

A modern web application for visualizing and analyzing network traffic flows within Tailscale networks.

🐳 Docker Installation (Recommended)

Quick Start:

# Run with Docker
docker run -d \
  -p 8080:8080 \
  -e TAILSCALE_API_KEY=your-api-key \
  -e TAILSCALE_TAILNET=your-tailnet \
  -e ENVIRONMENT=production \
  --name tsflow \
  ghcr.io/rajsinghtech/tsflow:v1.0.5

Docker Compose:

# Download and extract release
wget https://github.com/rajsinghtech/tsflow/releases/download/v1.0.5/tsflow-v1.0.5.tar.gz
tar -xzf tsflow-v1.0.5.tar.gz
cd tsflow-v1.0.5

# Edit docker-compose.yml with your credentials

# Run with Docker Compose
docker-compose up -d

📦 Manual Installation

Binary Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Download the frontend build: tsflow-frontend-v1.0.5.tar.gz
  3. Extract frontend: tar -xzf tsflow-frontend-v1.0.5.tar.gz
  4. Set environment variables (see env.example)
  5. Run the binary: ./tsflow-<platform>

Supported Platforms:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

🛠 Development Setup

git clone https://github.com/rajsinghtech/tsflow.git
cd tsflow

# Backend
cd backend && go mod download && go run main.go &

# Frontend  
cd frontend && npm install && npm run build

📋 What's Included

  • Go Backend: High-performance API server with Tailscale integration
  • React Frontend: Modern web interface with real-time visualization
  • Docker Support: Production-ready containerization
  • Multi-platform Binaries: Native builds for all major platforms

🚀 Features

  • Real-time network topology visualization
  • Comprehensive traffic analytics and filtering
  • Device management and monitoring
  • No CORS issues (backend handles all API calls)
  • Production-ready architecture

v1.0.4

19 Jul 05:17

Choose a tag to compare

TSFlow v1.0.4

A modern web application for visualizing and analyzing network traffic flows within Tailscale networks.

🐳 Docker Installation (Recommended)

Quick Start:

# Run with Docker
docker run -d \
  -p 8080:8080 \
  -e TAILSCALE_API_KEY=your-api-key \
  -e TAILSCALE_TAILNET=your-tailnet \
  -e ENVIRONMENT=production \
  --name tsflow \
  ghcr.io/rajsinghtech/tsflow:v1.0.4

Docker Compose:

# Download and extract release
wget https://github.com/rajsinghtech/tsflow/releases/download/v1.0.4/tsflow-v1.0.4.tar.gz
tar -xzf tsflow-v1.0.4.tar.gz
cd tsflow-v1.0.4

# Edit docker-compose.yml with your credentials

# Run with Docker Compose
docker-compose up -d

📦 Manual Installation

Binary Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Download the frontend build: tsflow-frontend-v1.0.4.tar.gz
  3. Extract frontend: tar -xzf tsflow-frontend-v1.0.4.tar.gz
  4. Set environment variables (see env.example)
  5. Run the binary: ./tsflow-<platform>

Supported Platforms:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

🛠 Development Setup

git clone https://github.com/rajsinghtech/tsflow.git
cd tsflow

# Backend
cd backend && go mod download && go run main.go &

# Frontend  
cd frontend && npm install && npm run build

📋 What's Included

  • Go Backend: High-performance API server with Tailscale integration
  • React Frontend: Modern web interface with real-time visualization
  • Docker Support: Production-ready containerization
  • Multi-platform Binaries: Native builds for all major platforms

🚀 Features

  • Real-time network topology visualization
  • Comprehensive traffic analytics and filtering
  • Device management and monitoring
  • No CORS issues (backend handles all API calls)
  • Production-ready architecture

v1.0.3

17 Jul 17:04

Choose a tag to compare

TSFlow v1.0.3

A modern web application for visualizing and analyzing network traffic flows within Tailscale networks.

🐳 Docker Installation (Recommended)

Quick Start:

# Run with Docker
docker run -d \
  -p 8080:8080 \
  -e TAILSCALE_API_KEY=your-api-key \
  -e TAILSCALE_TAILNET=your-tailnet \
  -e ENVIRONMENT=production \
  --name tsflow \
  ghcr.io/rajsinghtech/tsflow:v1.0.3

Docker Compose:

# Download and extract release
wget https://github.com/rajsinghtech/tsflow/releases/download/v1.0.3/tsflow-v1.0.3.tar.gz
tar -xzf tsflow-v1.0.3.tar.gz
cd tsflow-v1.0.3

# Edit docker-compose.yml with your credentials

# Run with Docker Compose
docker-compose up -d

📦 Manual Installation

Binary Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Download the frontend build: tsflow-frontend-v1.0.3.tar.gz
  3. Extract frontend: tar -xzf tsflow-frontend-v1.0.3.tar.gz
  4. Set environment variables (see env.example)
  5. Run the binary: ./tsflow-<platform>

Supported Platforms:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

🛠 Development Setup

git clone https://github.com/rajsinghtech/tsflow.git
cd tsflow

# Backend
cd backend && go mod download && go run main.go &

# Frontend  
cd frontend && npm install && npm run build

📋 What's Included

  • Go Backend: High-performance API server with Tailscale integration
  • React Frontend: Modern web interface with real-time visualization
  • Docker Support: Production-ready containerization
  • Multi-platform Binaries: Native builds for all major platforms

🚀 Features

  • Real-time network topology visualization
  • Comprehensive traffic analytics and filtering
  • Device management and monitoring
  • No CORS issues (backend handles all API calls)
  • Production-ready architecture

v1.0.2

30 Jun 17:16

Choose a tag to compare

TSFlow v1.0.2

A modern web application for visualizing and analyzing network traffic flows within Tailscale networks.

🐳 Docker Installation (Recommended)

Quick Start:

# Run with Docker
docker run -d \
  -p 8080:8080 \
  -e TAILSCALE_API_KEY=your-api-key \
  -e TAILSCALE_TAILNET=your-tailnet \
  -e ENVIRONMENT=production \
  --name tsflow \
  ghcr.io/rajsinghtech/tsflow:v1.0.2

Docker Compose:

# Download and extract release
wget https://github.com/rajsinghtech/tsflow/releases/download/v1.0.2/tsflow-v1.0.2.tar.gz
tar -xzf tsflow-v1.0.2.tar.gz
cd tsflow-v1.0.2

# Edit docker-compose.yml with your credentials

# Run with Docker Compose
docker-compose up -d

📦 Manual Installation

Binary Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Download the frontend build: tsflow-frontend-v1.0.2.tar.gz
  3. Extract frontend: tar -xzf tsflow-frontend-v1.0.2.tar.gz
  4. Set environment variables (see env.example)
  5. Run the binary: ./tsflow-<platform>

Supported Platforms:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

🛠 Development Setup

git clone https://github.com/rajsinghtech/tsflow.git
cd tsflow

# Backend
cd backend && go mod download && go run main.go &

# Frontend  
cd frontend && npm install && npm run build

📋 What's Included

  • Go Backend: High-performance API server with Tailscale integration
  • React Frontend: Modern web interface with real-time visualization
  • Docker Support: Production-ready containerization
  • Multi-platform Binaries: Native builds for all major platforms

🚀 Features

  • Real-time network topology visualization
  • Comprehensive traffic analytics and filtering
  • Device management and monitoring
  • No CORS issues (backend handles all API calls)
  • Production-ready architecture

v1.0.1

26 Jun 18:43

Choose a tag to compare

TSFlow v1.0.1

A modern web application for visualizing and analyzing network traffic flows within Tailscale networks.

🐳 Docker Installation (Recommended)

Quick Start:

# Run with Docker
docker run -d \
  -p 8080:8080 \
  -e TAILSCALE_API_KEY=your-api-key \
  -e TAILSCALE_TAILNET=your-tailnet \
  -e ENVIRONMENT=production \
  --name tsflow \
  ghcr.io/rajsinghtech/tsflow:v1.0.1

Docker Compose:

# Download and extract release
wget https://github.com/rajsinghtech/tsflow/releases/download/v1.0.1/tsflow-v1.0.1.tar.gz
tar -xzf tsflow-v1.0.1.tar.gz
cd tsflow-v1.0.1

# Edit docker-compose.yml with your credentials

# Run with Docker Compose
docker-compose up -d

📦 Manual Installation

Binary Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Download the frontend build: tsflow-frontend-v1.0.1.tar.gz
  3. Extract frontend: tar -xzf tsflow-frontend-v1.0.1.tar.gz
  4. Set environment variables (see env.example)
  5. Run the binary: ./tsflow-<platform>

Supported Platforms:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

🛠 Development Setup

git clone https://github.com/rajsinghtech/tsflow.git
cd tsflow

# Backend
cd backend && go mod download && go run main.go &

# Frontend  
cd frontend && npm install && npm run build

📋 What's Included

  • Go Backend: High-performance API server with Tailscale integration
  • React Frontend: Modern web interface with real-time visualization
  • Docker Support: Production-ready containerization
  • Multi-platform Binaries: Native builds for all major platforms

🚀 Features

  • Real-time network topology visualization
  • Comprehensive traffic analytics and filtering
  • Device management and monitoring
  • No CORS issues (backend handles all API calls)
  • Production-ready architecture

v1.0.0

26 Jun 18:36

Choose a tag to compare

TSFlow v1.0.0

A modern web application for visualizing and analyzing network traffic flows within Tailscale networks.

🐳 Docker Installation (Recommended)

Quick Start:

# Run with Docker
docker run -d \
  -p 8080:8080 \
  -e TAILSCALE_API_KEY=your-api-key \
  -e TAILSCALE_TAILNET=your-tailnet \
  -e ENVIRONMENT=production \
  --name tsflow \
  ghcr.io/rajsinghtech/tsflow:v1.0.0

Docker Compose:

# Download and extract release
wget https://github.com/rajsinghtech/tsflow/releases/download/v1.0.0/tsflow-v1.0.0.tar.gz
tar -xzf tsflow-v1.0.0.tar.gz
cd tsflow-v1.0.0

# Edit docker-compose.yml with your credentials

# Run with Docker Compose
docker-compose up -d

📦 Manual Installation

Binary Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Download the frontend build: tsflow-frontend-v1.0.0.tar.gz
  3. Extract frontend: tar -xzf tsflow-frontend-v1.0.0.tar.gz
  4. Set environment variables (see env.example)
  5. Run the binary: ./tsflow-<platform>

Supported Platforms:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

🛠 Development Setup

git clone https://github.com/rajsinghtech/tsflow.git
cd tsflow

# Backend
cd backend && go mod download && go run main.go &

# Frontend  
cd frontend && npm install && npm run build

📋 What's Included

  • Go Backend: High-performance API server with Tailscale integration
  • React Frontend: Modern web interface with real-time visualization
  • Docker Support: Production-ready containerization
  • Multi-platform Binaries: Native builds for all major platforms

🚀 Features

  • Real-time network topology visualization
  • Comprehensive traffic analytics and filtering
  • Device management and monitoring
  • No CORS issues (backend handles all API calls)
  • Production-ready architecture

v0.1.2

19 Jun 14:20

Choose a tag to compare

TSFlow v0.1.2

A modern web application for visualizing and analyzing network traffic flows within Tailscale networks.

🐳 Docker Installation (Recommended)

Quick Start:

# Run with Docker
docker run -d \
  -p 8080:8080 \
  -e TAILSCALE_API_KEY=your-api-key \
  -e TAILSCALE_TAILNET=your-tailnet \
  -e ENVIRONMENT=production \
  --name tsflow \
  ghcr.io/rajsinghtech/tsflow:v0.1.2

Docker Compose:

# Download and extract release
wget https://github.com/rajsinghtech/tsflow/releases/download/v0.1.2/tsflow-v0.1.2.tar.gz
tar -xzf tsflow-v0.1.2.tar.gz
cd tsflow-v0.1.2

# Edit docker-compose.yml with your credentials

# Run with Docker Compose
docker-compose up -d

📦 Manual Installation

Binary Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Download the frontend build: tsflow-frontend-v0.1.2.tar.gz
  3. Extract frontend: tar -xzf tsflow-frontend-v0.1.2.tar.gz
  4. Set environment variables (see env.example)
  5. Run the binary: ./tsflow-<platform>

Supported Platforms:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

🛠 Development Setup

git clone https://github.com/rajsinghtech/tsflow.git
cd tsflow

# Backend
cd backend && go mod download && go run main.go &

# Frontend  
cd frontend && npm install && npm run build

📋 What's Included

  • Go Backend: High-performance API server with Tailscale integration
  • React Frontend: Modern web interface with real-time visualization
  • Docker Support: Production-ready containerization
  • Multi-platform Binaries: Native builds for all major platforms

🚀 Features

  • Real-time network topology visualization
  • Comprehensive traffic analytics and filtering
  • Device management and monitoring
  • No CORS issues (backend handles all API calls)
  • Production-ready architecture

v0.1.1

19 Jun 14:14

Choose a tag to compare

TSFlow v0.1.1

A modern web application for visualizing and analyzing network traffic flows within Tailscale networks.

🐳 Docker Installation (Recommended)

Quick Start:

# Run with Docker
docker run -d \
  -p 8080:8080 \
  -e TAILSCALE_API_KEY=your-api-key \
  -e TAILSCALE_TAILNET=your-tailnet \
  -e ENVIRONMENT=production \
  --name tsflow \
  ghcr.io/rajsinghtech/tsflow:v0.1.1

Docker Compose:

# Download and extract release
wget https://github.com/rajsinghtech/tsflow/releases/download/v0.1.1/tsflow-v0.1.1.tar.gz
tar -xzf tsflow-v0.1.1.tar.gz
cd tsflow-v0.1.1

# Edit docker-compose.yml with your credentials

# Run with Docker Compose
docker-compose up -d

📦 Manual Installation

Binary Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Download the frontend build: tsflow-frontend-v0.1.1.tar.gz
  3. Extract frontend: tar -xzf tsflow-frontend-v0.1.1.tar.gz
  4. Set environment variables (see env.example)
  5. Run the binary: ./tsflow-<platform>

Supported Platforms:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

🛠 Development Setup

git clone https://github.com/rajsinghtech/tsflow.git
cd tsflow

# Backend
cd backend && go mod download && go run main.go &

# Frontend  
cd frontend && npm install && npm run build

📋 What's Included

  • Go Backend: High-performance API server with Tailscale integration
  • React Frontend: Modern web interface with real-time visualization
  • Docker Support: Production-ready containerization
  • Multi-platform Binaries: Native builds for all major platforms

🚀 Features

  • Real-time network topology visualization
  • Comprehensive traffic analytics and filtering
  • Device management and monitoring
  • No CORS issues (backend handles all API calls)
  • Production-ready architecture