TINE Docs
GitHub
  • Highlights
  • TINE
    • Install
  • GETTING STARTED
    • Quick start
    • Concept
      • Multiple Inlets and Outlets
      • Merge Records
      • Pipeline as Http Handler
    • Log config
  • Embedding TINE in Go
    • Use Recipe
    • Use API
  • Plugins
    • Inlets
    • Flows
    • Outlets
    • Extras
  • RECIPES
    • QRCode Generator
    • OLLAMA
    • OLLAMA Telegram Bot
    • Web Page Snapshot
    • Syslog Receiver
    • SQLite
    • RRD
Powered by GitBook
On this page
  • Download from pre-built binary
  • Install with pkgx
  • Install with go install
  • Build from source
Edit on GitHub
  1. TINE

Install

PreviousHighlightsNextQuick start

Last updated 9 months ago

Download from pre-built binary

Find pre-built binary from , and download.

Install with pkgx

pkgx install tine

Install with go install

It requires Go >= 1.22

go install github.com/OutOfBedlam/tine

Build from source

  1. Check out the latest source code from github.com

# checkout
git clone https://github.com/OutOfBedlam/tine.git

# change directory
cd tine
  1. Build

go build -o <path_to_install>/tine
releases