Releases: vikukumar/tarak
Release list
Tarak v1.0.15
⚡ Tarak v1.0.15
Next-Generation, Native Kubernetes Alternative for All Platforms
🚀 Release Highlights
- Version:
1.0.15(v1.0.15) - Release Type:
Fix/Patch detected (patch) - Commit:
354918d - Build Date:
2026-08-24T14:43:40Z - Included Binaries:
- ⚡
tarak: All-in-one unified server, agent & CLI runtime - 🖥️
tarakd: Dedicated API server & control plane daemon - 🤖
taraks: Dedicated worker node agent daemon - 🎮
tarakctl/taraktl: Kubernetes-compatible command-line control tool
- ⚡
- Zero External Dependencies: Natively runs on Windows, Linux, and macOS without Docker Desktop, WSL, or Podman.
📦 Quick Installation
🐧 Linux & 🍎 macOS (One-Line Install)
curl -fsSL https://raw.githubusercontent.com/vikukumar/tarak/main/install.sh | bashOr manually extract and add to your PATH:
# Example for Linux AMD64
curl -LO https://github.com/vikukumar/tarak/releases/download/v1.0.15/tarak_1.0.15_linux_amd64.tar.gz
tar -xzf tarak_1.0.15_linux_amd64.tar.gz
sudo mv tarak tarakctl /usr/local/bin/🪟 Windows (PowerShell One-Line Install)
# Download and extract automatically
$ver = "1.0.15"
Invoke-WebRequest -Uri "https://github.com/vikukumar/tarak/releases/download/v$ver/tarak_${ver}_windows_amd64.zip" -OutFile "tarak.zip"
Expand-Archive -Path "tarak.zip" -DestinationPath "$env:ProgramFiles\Tarak" -Force
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$env:ProgramFiles\Tarak", [EnvironmentVariableTarget]::Machine)📊 Platform & Binary Matrix
| OS | Architecture | Package Archive | Description |
|---|---|---|---|
| Linux | amd64 (x86_64) |
tarak_1.0.15_linux_amd64.tar.gz |
Standard 64-bit Linux Servers & Desktops |
| Linux | arm64 (aarch64) |
tarak_1.0.15_linux_arm64.tar.gz |
ARM Linux (Raspberry Pi 4/5, AWS Graviton) |
| Windows | amd64 (x86_64) |
tarak_1.0.15_windows_amd64.zip |
Windows 10/11 & Windows Server (64-bit) |
| Windows | arm64 |
tarak_1.0.15_windows_arm64.zip |
Windows on ARM (Surface Pro, Snapdragon X) |
| macOS | arm64 (Apple Silicon) |
tarak_1.0.15_darwin_arm64.tar.gz |
Apple M1/M2/M3/M4 Macs |
| macOS | amd64 (Intel) |
tarak_1.0.15_darwin_amd64.tar.gz |
Intel-based Macs |
🛡️ Verification & Integrity
Verify the integrity of downloaded binaries using the official checksums:
# Verify checksums
sha256sum -c checksums.txt⚡ Getting Started
# 1. Start the Tarak Server & Native Runtime
tarak server
# 2. Deploy your workloads
tarakctl apply -f app-sample.yml
# 3. View running pods & services
tarakctl get all -A -o wideTarak v1.0.14
⚡ Tarak v1.0.14
Next-Generation, Native Kubernetes Alternative for All Platforms
🚀 Release Highlights
- Version:
1.0.14(v1.0.14) - Release Type:
Fix/Patch detected (patch) - Commit:
8e02728 - Build Date:
2026-08-23T14:17:48Z - Included Binaries:
- ⚡
tarak: All-in-one unified server, agent & CLI runtime - 🖥️
tarakd: Dedicated API server & control plane daemon - 🤖
taraks: Dedicated worker node agent daemon - 🎮
tarakctl/taraktl: Kubernetes-compatible command-line control tool
- ⚡
- Zero External Dependencies: Natively runs on Windows, Linux, and macOS without Docker Desktop, WSL, or Podman.
📦 Quick Installation
🐧 Linux & 🍎 macOS (One-Line Install)
curl -fsSL https://raw.githubusercontent.com/vikukumar/tarak/main/install.sh | bashOr manually extract and add to your PATH:
# Example for Linux AMD64
curl -LO https://github.com/vikukumar/tarak/releases/download/v1.0.14/tarak_1.0.14_linux_amd64.tar.gz
tar -xzf tarak_1.0.14_linux_amd64.tar.gz
sudo mv tarak tarakctl /usr/local/bin/🪟 Windows (PowerShell One-Line Install)
# Download and extract automatically
$ver = "1.0.14"
Invoke-WebRequest -Uri "https://github.com/vikukumar/tarak/releases/download/v$ver/tarak_${ver}_windows_amd64.zip" -OutFile "tarak.zip"
Expand-Archive -Path "tarak.zip" -DestinationPath "$env:ProgramFiles\Tarak" -Force
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$env:ProgramFiles\Tarak", [EnvironmentVariableTarget]::Machine)📊 Platform & Binary Matrix
| OS | Architecture | Package Archive | Description |
|---|---|---|---|
| Linux | amd64 (x86_64) |
tarak_1.0.14_linux_amd64.tar.gz |
Standard 64-bit Linux Servers & Desktops |
| Linux | arm64 (aarch64) |
tarak_1.0.14_linux_arm64.tar.gz |
ARM Linux (Raspberry Pi 4/5, AWS Graviton) |
| Windows | amd64 (x86_64) |
tarak_1.0.14_windows_amd64.zip |
Windows 10/11 & Windows Server (64-bit) |
| Windows | arm64 |
tarak_1.0.14_windows_arm64.zip |
Windows on ARM (Surface Pro, Snapdragon X) |
| macOS | arm64 (Apple Silicon) |
tarak_1.0.14_darwin_arm64.tar.gz |
Apple M1/M2/M3/M4 Macs |
| macOS | amd64 (Intel) |
tarak_1.0.14_darwin_amd64.tar.gz |
Intel-based Macs |
🛡️ Verification & Integrity
Verify the integrity of downloaded binaries using the official checksums:
# Verify checksums
sha256sum -c checksums.txt⚡ Getting Started
# 1. Start the Tarak Server & Native Runtime
tarak server
# 2. Deploy your workloads
tarakctl apply -f app-sample.yml
# 3. View running pods & services
tarakctl get all -A -o wideTarak v1.0.13
⚡ Tarak v1.0.13
Next-Generation, Native Kubernetes Alternative for All Platforms
🚀 Release Highlights
- Version:
1.0.13(v1.0.13) - Release Type:
Fix/Patch detected (patch) - Commit:
4d1d07d - Build Date:
2026-08-23T12:31:53Z - Included Binaries:
- ⚡
tarak: All-in-one unified server, agent & CLI runtime - 🖥️
tarakd: Dedicated API server & control plane daemon - 🤖
taraks: Dedicated worker node agent daemon - 🎮
tarakctl/taraktl: Kubernetes-compatible command-line control tool
- ⚡
- Zero External Dependencies: Natively runs on Windows, Linux, and macOS without Docker Desktop, WSL, or Podman.
📦 Quick Installation
🐧 Linux & 🍎 macOS (One-Line Install)
curl -fsSL https://raw.githubusercontent.com/vikukumar/tarak/main/install.sh | bashOr manually extract and add to your PATH:
# Example for Linux AMD64
curl -LO https://github.com/vikukumar/tarak/releases/download/v1.0.13/tarak_1.0.13_linux_amd64.tar.gz
tar -xzf tarak_1.0.13_linux_amd64.tar.gz
sudo mv tarak tarakctl /usr/local/bin/🪟 Windows (PowerShell One-Line Install)
# Download and extract automatically
$ver = "1.0.13"
Invoke-WebRequest -Uri "https://github.com/vikukumar/tarak/releases/download/v$ver/tarak_${ver}_windows_amd64.zip" -OutFile "tarak.zip"
Expand-Archive -Path "tarak.zip" -DestinationPath "$env:ProgramFiles\Tarak" -Force
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$env:ProgramFiles\Tarak", [EnvironmentVariableTarget]::Machine)📊 Platform & Binary Matrix
| OS | Architecture | Package Archive | Description |
|---|---|---|---|
| Linux | amd64 (x86_64) |
tarak_1.0.13_linux_amd64.tar.gz |
Standard 64-bit Linux Servers & Desktops |
| Linux | arm64 (aarch64) |
tarak_1.0.13_linux_arm64.tar.gz |
ARM Linux (Raspberry Pi 4/5, AWS Graviton) |
| Windows | amd64 (x86_64) |
tarak_1.0.13_windows_amd64.zip |
Windows 10/11 & Windows Server (64-bit) |
| Windows | arm64 |
tarak_1.0.13_windows_arm64.zip |
Windows on ARM (Surface Pro, Snapdragon X) |
| macOS | arm64 (Apple Silicon) |
tarak_1.0.13_darwin_arm64.tar.gz |
Apple M1/M2/M3/M4 Macs |
| macOS | amd64 (Intel) |
tarak_1.0.13_darwin_amd64.tar.gz |
Intel-based Macs |
🛡️ Verification & Integrity
Verify the integrity of downloaded binaries using the official checksums:
# Verify checksums
sha256sum -c checksums.txt⚡ Getting Started
# 1. Start the Tarak Server & Native Runtime
tarak server
# 2. Deploy your workloads
tarakctl apply -f app-sample.yml
# 3. View running pods & services
tarakctl get all -A -o wideTarak v1.0.12
⚡ Tarak v1.0.12
Next-Generation, Native Kubernetes Alternative for All Platforms
🚀 Release Highlights
- Version:
1.0.12(v1.0.12) - Release Type:
Fix/Patch detected (patch) - Commit:
7504f72 - Build Date:
2026-08-23T12:21:03Z - Included Binaries:
- ⚡
tarak: All-in-one unified server, agent & CLI runtime - 🖥️
tarakd: Dedicated API server & control plane daemon - 🤖
taraks: Dedicated worker node agent daemon - 🎮
tarakctl/taraktl: Kubernetes-compatible command-line control tool
- ⚡
- Zero External Dependencies: Natively runs on Windows, Linux, and macOS without Docker Desktop, WSL, or Podman.
📦 Quick Installation
🐧 Linux & 🍎 macOS (One-Line Install)
curl -fsSL https://raw.githubusercontent.com/vikukumar/tarak/main/install.sh | bashOr manually extract and add to your PATH:
# Example for Linux AMD64
curl -LO https://github.com/vikukumar/tarak/releases/download/v1.0.12/tarak_1.0.12_linux_amd64.tar.gz
tar -xzf tarak_1.0.12_linux_amd64.tar.gz
sudo mv tarak tarakctl /usr/local/bin/🪟 Windows (PowerShell One-Line Install)
# Download and extract automatically
$ver = "1.0.12"
Invoke-WebRequest -Uri "https://github.com/vikukumar/tarak/releases/download/v$ver/tarak_${ver}_windows_amd64.zip" -OutFile "tarak.zip"
Expand-Archive -Path "tarak.zip" -DestinationPath "$env:ProgramFiles\Tarak" -Force
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$env:ProgramFiles\Tarak", [EnvironmentVariableTarget]::Machine)📊 Platform & Binary Matrix
| OS | Architecture | Package Archive | Description |
|---|---|---|---|
| Linux | amd64 (x86_64) |
tarak_1.0.12_linux_amd64.tar.gz |
Standard 64-bit Linux Servers & Desktops |
| Linux | arm64 (aarch64) |
tarak_1.0.12_linux_arm64.tar.gz |
ARM Linux (Raspberry Pi 4/5, AWS Graviton) |
| Windows | amd64 (x86_64) |
tarak_1.0.12_windows_amd64.zip |
Windows 10/11 & Windows Server (64-bit) |
| Windows | arm64 |
tarak_1.0.12_windows_arm64.zip |
Windows on ARM (Surface Pro, Snapdragon X) |
| macOS | arm64 (Apple Silicon) |
tarak_1.0.12_darwin_arm64.tar.gz |
Apple M1/M2/M3/M4 Macs |
| macOS | amd64 (Intel) |
tarak_1.0.12_darwin_amd64.tar.gz |
Intel-based Macs |
🛡️ Verification & Integrity
Verify the integrity of downloaded binaries using the official checksums:
# Verify checksums
sha256sum -c checksums.txt⚡ Getting Started
# 1. Start the Tarak Server & Native Runtime
tarak server
# 2. Deploy your workloads
tarakctl apply -f app-sample.yml
# 3. View running pods & services
tarakctl get all -A -o wideTarak v1.0.11
⚡ Tarak v1.0.11
Next-Generation, Native Kubernetes Alternative for All Platforms
🚀 Release Highlights
- Version:
1.0.11(v1.0.11) - Release Type:
Fix/Patch detected (patch) - Commit:
538610c - Build Date:
2026-08-23T11:59:58Z - Included Binaries:
- ⚡
tarak: All-in-one unified server, agent & CLI runtime - 🖥️
tarakd: Dedicated API server & control plane daemon - 🤖
taraks: Dedicated worker node agent daemon - 🎮
tarakctl/taraktl: Kubernetes-compatible command-line control tool
- ⚡
- Zero External Dependencies: Natively runs on Windows, Linux, and macOS without Docker Desktop, WSL, or Podman.
📦 Quick Installation
🐧 Linux & 🍎 macOS (One-Line Install)
curl -fsSL https://raw.githubusercontent.com/vikukumar/tarak/main/install.sh | bashOr manually extract and add to your PATH:
# Example for Linux AMD64
curl -LO https://github.com/vikukumar/tarak/releases/download/v1.0.11/tarak_1.0.11_linux_amd64.tar.gz
tar -xzf tarak_1.0.11_linux_amd64.tar.gz
sudo mv tarak tarakctl /usr/local/bin/🪟 Windows (PowerShell One-Line Install)
# Download and extract automatically
$ver = "1.0.11"
Invoke-WebRequest -Uri "https://github.com/vikukumar/tarak/releases/download/v$ver/tarak_${ver}_windows_amd64.zip" -OutFile "tarak.zip"
Expand-Archive -Path "tarak.zip" -DestinationPath "$env:ProgramFiles\Tarak" -Force
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$env:ProgramFiles\Tarak", [EnvironmentVariableTarget]::Machine)📊 Platform & Binary Matrix
| OS | Architecture | Package Archive | Description |
|---|---|---|---|
| Linux | amd64 (x86_64) |
tarak_1.0.11_linux_amd64.tar.gz |
Standard 64-bit Linux Servers & Desktops |
| Linux | arm64 (aarch64) |
tarak_1.0.11_linux_arm64.tar.gz |
ARM Linux (Raspberry Pi 4/5, AWS Graviton) |
| Windows | amd64 (x86_64) |
tarak_1.0.11_windows_amd64.zip |
Windows 10/11 & Windows Server (64-bit) |
| Windows | arm64 |
tarak_1.0.11_windows_arm64.zip |
Windows on ARM (Surface Pro, Snapdragon X) |
| macOS | arm64 (Apple Silicon) |
tarak_1.0.11_darwin_arm64.tar.gz |
Apple M1/M2/M3/M4 Macs |
| macOS | amd64 (Intel) |
tarak_1.0.11_darwin_amd64.tar.gz |
Intel-based Macs |
🛡️ Verification & Integrity
Verify the integrity of downloaded binaries using the official checksums:
# Verify checksums
sha256sum -c checksums.txt⚡ Getting Started
# 1. Start the Tarak Server & Native Runtime
tarak server
# 2. Deploy your workloads
tarakctl apply -f app-sample.yml
# 3. View running pods & services
tarakctl get all -A -o wideTarak v1.0.10
⚡ Tarak v1.0.10
Next-Generation, Native Kubernetes Alternative for All Platforms
🚀 Release Highlights
- Version:
1.0.10(v1.0.10) - Release Type:
Fix/Patch detected (patch) - Commit:
f389829 - Build Date:
2026-08-23T09:50:14Z - Included Binaries:
- ⚡
tarak: All-in-one unified server, agent & CLI runtime - 🖥️
tarakd: Dedicated API server & control plane daemon - 🤖
taraks: Dedicated worker node agent daemon - 🎮
tarakctl/taraktl: Kubernetes-compatible command-line control tool
- ⚡
- Zero External Dependencies: Natively runs on Windows, Linux, and macOS without Docker Desktop, WSL, or Podman.
📦 Quick Installation
🐧 Linux & 🍎 macOS (One-Line Install)
curl -fsSL https://raw.githubusercontent.com/vikukumar/tarak/main/install.sh | bashOr manually extract and add to your PATH:
# Example for Linux AMD64
curl -LO https://github.com/vikukumar/tarak/releases/download/v1.0.10/tarak_1.0.10_linux_amd64.tar.gz
tar -xzf tarak_1.0.10_linux_amd64.tar.gz
sudo mv tarak tarakctl /usr/local/bin/🪟 Windows (PowerShell One-Line Install)
# Download and extract automatically
$ver = "1.0.10"
Invoke-WebRequest -Uri "https://github.com/vikukumar/tarak/releases/download/v$ver/tarak_${ver}_windows_amd64.zip" -OutFile "tarak.zip"
Expand-Archive -Path "tarak.zip" -DestinationPath "$env:ProgramFiles\Tarak" -Force
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$env:ProgramFiles\Tarak", [EnvironmentVariableTarget]::Machine)📊 Platform & Binary Matrix
| OS | Architecture | Package Archive | Description |
|---|---|---|---|
| Linux | amd64 (x86_64) |
tarak_1.0.10_linux_amd64.tar.gz |
Standard 64-bit Linux Servers & Desktops |
| Linux | arm64 (aarch64) |
tarak_1.0.10_linux_arm64.tar.gz |
ARM Linux (Raspberry Pi 4/5, AWS Graviton) |
| Windows | amd64 (x86_64) |
tarak_1.0.10_windows_amd64.zip |
Windows 10/11 & Windows Server (64-bit) |
| Windows | arm64 |
tarak_1.0.10_windows_arm64.zip |
Windows on ARM (Surface Pro, Snapdragon X) |
| macOS | arm64 (Apple Silicon) |
tarak_1.0.10_darwin_arm64.tar.gz |
Apple M1/M2/M3/M4 Macs |
| macOS | amd64 (Intel) |
tarak_1.0.10_darwin_amd64.tar.gz |
Intel-based Macs |
🛡️ Verification & Integrity
Verify the integrity of downloaded binaries using the official checksums:
# Verify checksums
sha256sum -c checksums.txt⚡ Getting Started
# 1. Start the Tarak Server & Native Runtime
tarak server
# 2. Deploy your workloads
tarakctl apply -f app-sample.yml
# 3. View running pods & services
tarakctl get all -A -o wideTarak v1.0.9
⚡ Tarak v1.0.9
Next-Generation, Native Kubernetes Alternative for All Platforms
🚀 Release Highlights
- Version:
1.0.9(v1.0.9) - Release Type:
Fix/Patch detected (patch) - Commit:
53b6a1d - Build Date:
2026-08-23T09:30:19Z - Included Binaries:
- ⚡
tarak: All-in-one unified server, agent & CLI runtime - 🖥️
tarakd: Dedicated API server & control plane daemon - 🤖
taraks: Dedicated worker node agent daemon - 🎮
tarakctl/taraktl: Kubernetes-compatible command-line control tool
- ⚡
- Zero External Dependencies: Natively runs on Windows, Linux, and macOS without Docker Desktop, WSL, or Podman.
📦 Quick Installation
🐧 Linux & 🍎 macOS (One-Line Install)
curl -fsSL https://raw.githubusercontent.com/vikukumar/tarak/main/install.sh | bashOr manually extract and add to your PATH:
# Example for Linux AMD64
curl -LO https://github.com/vikukumar/tarak/releases/download/v1.0.9/tarak_1.0.9_linux_amd64.tar.gz
tar -xzf tarak_1.0.9_linux_amd64.tar.gz
sudo mv tarak tarakctl /usr/local/bin/🪟 Windows (PowerShell One-Line Install)
# Download and extract automatically
$ver = "1.0.9"
Invoke-WebRequest -Uri "https://github.com/vikukumar/tarak/releases/download/v$ver/tarak_${ver}_windows_amd64.zip" -OutFile "tarak.zip"
Expand-Archive -Path "tarak.zip" -DestinationPath "$env:ProgramFiles\Tarak" -Force
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$env:ProgramFiles\Tarak", [EnvironmentVariableTarget]::Machine)📊 Platform & Binary Matrix
| OS | Architecture | Package Archive | Description |
|---|---|---|---|
| Linux | amd64 (x86_64) |
tarak_1.0.9_linux_amd64.tar.gz |
Standard 64-bit Linux Servers & Desktops |
| Linux | arm64 (aarch64) |
tarak_1.0.9_linux_arm64.tar.gz |
ARM Linux (Raspberry Pi 4/5, AWS Graviton) |
| Windows | amd64 (x86_64) |
tarak_1.0.9_windows_amd64.zip |
Windows 10/11 & Windows Server (64-bit) |
| Windows | arm64 |
tarak_1.0.9_windows_arm64.zip |
Windows on ARM (Surface Pro, Snapdragon X) |
| macOS | arm64 (Apple Silicon) |
tarak_1.0.9_darwin_arm64.tar.gz |
Apple M1/M2/M3/M4 Macs |
| macOS | amd64 (Intel) |
tarak_1.0.9_darwin_amd64.tar.gz |
Intel-based Macs |
🛡️ Verification & Integrity
Verify the integrity of downloaded binaries using the official checksums:
# Verify checksums
sha256sum -c checksums.txt⚡ Getting Started
# 1. Start the Tarak Server & Native Runtime
tarak server
# 2. Deploy your workloads
tarakctl apply -f app-sample.yml
# 3. View running pods & services
tarakctl get all -A -o wideTarak v1.0.8
⚡ Tarak v1.0.8
Next-Generation, Native Kubernetes Alternative for All Platforms
🚀 Release Highlights
- Version:
1.0.8(v1.0.8) - Release Type:
Fix/Patch detected (patch) - Commit:
0d7e080 - Build Date:
2026-08-23T08:55:27Z - Included Binaries:
- ⚡
tarak: All-in-one unified server, agent & CLI runtime - 🖥️
tarakd: Dedicated API server & control plane daemon - 🤖
taraks: Dedicated worker node agent daemon - 🎮
tarakctl/taraktl: Kubernetes-compatible command-line control tool
- ⚡
- Zero External Dependencies: Natively runs on Windows, Linux, and macOS without Docker Desktop, WSL, or Podman.
📦 Quick Installation
🐧 Linux & 🍎 macOS (One-Line Install)
curl -fsSL https://raw.githubusercontent.com/vikukumar/tarak/main/install.sh | bashOr manually extract and add to your PATH:
# Example for Linux AMD64
curl -LO https://github.com/vikukumar/tarak/releases/download/v1.0.8/tarak_1.0.8_linux_amd64.tar.gz
tar -xzf tarak_1.0.8_linux_amd64.tar.gz
sudo mv tarak tarakctl /usr/local/bin/🪟 Windows (PowerShell One-Line Install)
# Download and extract automatically
$ver = "1.0.8"
Invoke-WebRequest -Uri "https://github.com/vikukumar/tarak/releases/download/v$ver/tarak_${ver}_windows_amd64.zip" -OutFile "tarak.zip"
Expand-Archive -Path "tarak.zip" -DestinationPath "$env:ProgramFiles\Tarak" -Force
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$env:ProgramFiles\Tarak", [EnvironmentVariableTarget]::Machine)📊 Platform & Binary Matrix
| OS | Architecture | Package Archive | Description |
|---|---|---|---|
| Linux | amd64 (x86_64) |
tarak_1.0.8_linux_amd64.tar.gz |
Standard 64-bit Linux Servers & Desktops |
| Linux | arm64 (aarch64) |
tarak_1.0.8_linux_arm64.tar.gz |
ARM Linux (Raspberry Pi 4/5, AWS Graviton) |
| Windows | amd64 (x86_64) |
tarak_1.0.8_windows_amd64.zip |
Windows 10/11 & Windows Server (64-bit) |
| Windows | arm64 |
tarak_1.0.8_windows_arm64.zip |
Windows on ARM (Surface Pro, Snapdragon X) |
| macOS | arm64 (Apple Silicon) |
tarak_1.0.8_darwin_arm64.tar.gz |
Apple M1/M2/M3/M4 Macs |
| macOS | amd64 (Intel) |
tarak_1.0.8_darwin_amd64.tar.gz |
Intel-based Macs |
🛡️ Verification & Integrity
Verify the integrity of downloaded binaries using the official checksums:
# Verify checksums
sha256sum -c checksums.txt⚡ Getting Started
# 1. Start the Tarak Server & Native Runtime
tarak server
# 2. Deploy your workloads
tarakctl apply -f app-sample.yml
# 3. View running pods & services
tarakctl get all -A -o wideTarak v1.0.7
⚡ Tarak v1.0.7
Next-Generation, Native Kubernetes Alternative for All Platforms
🚀 Release Highlights
- Version:
1.0.7(v1.0.7) - Release Type:
Fix/Patch detected (patch) - Commit:
79f9512 - Build Date:
2026-08-22T23:21:15Z - Included Binaries:
- ⚡
tarak: All-in-one unified server, agent & CLI runtime - 🖥️
tarakd: Dedicated API server & control plane daemon - 🤖
taraks: Dedicated worker node agent daemon - 🎮
tarakctl/taraktl: Kubernetes-compatible command-line control tool
- ⚡
- Zero External Dependencies: Natively runs on Windows, Linux, and macOS without Docker Desktop, WSL, or Podman.
📦 Quick Installation
🐧 Linux & 🍎 macOS (One-Line Install)
curl -fsSL https://raw.githubusercontent.com/vikukumar/tarak/main/install.sh | bashOr manually extract and add to your PATH:
# Example for Linux AMD64
curl -LO https://github.com/vikukumar/tarak/releases/download/v1.0.7/tarak_1.0.7_linux_amd64.tar.gz
tar -xzf tarak_1.0.7_linux_amd64.tar.gz
sudo mv tarak tarakctl /usr/local/bin/🪟 Windows (PowerShell One-Line Install)
# Download and extract automatically
$ver = "1.0.7"
Invoke-WebRequest -Uri "https://github.com/vikukumar/tarak/releases/download/v$ver/tarak_${ver}_windows_amd64.zip" -OutFile "tarak.zip"
Expand-Archive -Path "tarak.zip" -DestinationPath "$env:ProgramFiles\Tarak" -Force
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$env:ProgramFiles\Tarak", [EnvironmentVariableTarget]::Machine)📊 Platform & Binary Matrix
| OS | Architecture | Package Archive | Description |
|---|---|---|---|
| Linux | amd64 (x86_64) |
tarak_1.0.7_linux_amd64.tar.gz |
Standard 64-bit Linux Servers & Desktops |
| Linux | arm64 (aarch64) |
tarak_1.0.7_linux_arm64.tar.gz |
ARM Linux (Raspberry Pi 4/5, AWS Graviton) |
| Windows | amd64 (x86_64) |
tarak_1.0.7_windows_amd64.zip |
Windows 10/11 & Windows Server (64-bit) |
| Windows | arm64 |
tarak_1.0.7_windows_arm64.zip |
Windows on ARM (Surface Pro, Snapdragon X) |
| macOS | arm64 (Apple Silicon) |
tarak_1.0.7_darwin_arm64.tar.gz |
Apple M1/M2/M3/M4 Macs |
| macOS | amd64 (Intel) |
tarak_1.0.7_darwin_amd64.tar.gz |
Intel-based Macs |
🛡️ Verification & Integrity
Verify the integrity of downloaded binaries using the official checksums:
# Verify checksums
sha256sum -c checksums.txt⚡ Getting Started
# 1. Start the Tarak Server & Native Runtime
tarak server
# 2. Deploy your workloads
tarakctl apply -f app-sample.yml
# 3. View running pods & services
tarakctl get all -A -o wideTarak v1.0.6
⚡ Tarak v1.0.6
Next-Generation, Native Kubernetes Alternative for All Platforms
🚀 Release Highlights
- Version:
1.0.6(v1.0.6) - Release Type:
Fix/Patch detected (patch) - Commit:
fe2d461 - Build Date:
2026-08-22T23:05:51Z - Included Binaries:
- ⚡
tarak: All-in-one unified server, agent & CLI runtime - 🖥️
tarakd: Dedicated API server & control plane daemon - 🤖
taraks: Dedicated worker node agent daemon - 🎮
tarakctl/taraktl: Kubernetes-compatible command-line control tool
- ⚡
- Zero External Dependencies: Natively runs on Windows, Linux, and macOS without Docker Desktop, WSL, or Podman.
📦 Quick Installation
🐧 Linux & 🍎 macOS (One-Line Install)
curl -fsSL https://raw.githubusercontent.com/vikukumar/tarak/main/install.sh | bashOr manually extract and add to your PATH:
# Example for Linux AMD64
curl -LO https://github.com/vikukumar/tarak/releases/download/v1.0.6/tarak_1.0.6_linux_amd64.tar.gz
tar -xzf tarak_1.0.6_linux_amd64.tar.gz
sudo mv tarak tarakctl /usr/local/bin/🪟 Windows (PowerShell One-Line Install)
# Download and extract automatically
$ver = "1.0.6"
Invoke-WebRequest -Uri "https://github.com/vikukumar/tarak/releases/download/v$ver/tarak_${ver}_windows_amd64.zip" -OutFile "tarak.zip"
Expand-Archive -Path "tarak.zip" -DestinationPath "$env:ProgramFiles\Tarak" -Force
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$env:ProgramFiles\Tarak", [EnvironmentVariableTarget]::Machine)📊 Platform & Binary Matrix
| OS | Architecture | Package Archive | Description |
|---|---|---|---|
| Linux | amd64 (x86_64) |
tarak_1.0.6_linux_amd64.tar.gz |
Standard 64-bit Linux Servers & Desktops |
| Linux | arm64 (aarch64) |
tarak_1.0.6_linux_arm64.tar.gz |
ARM Linux (Raspberry Pi 4/5, AWS Graviton) |
| Windows | amd64 (x86_64) |
tarak_1.0.6_windows_amd64.zip |
Windows 10/11 & Windows Server (64-bit) |
| Windows | arm64 |
tarak_1.0.6_windows_arm64.zip |
Windows on ARM (Surface Pro, Snapdragon X) |
| macOS | arm64 (Apple Silicon) |
tarak_1.0.6_darwin_arm64.tar.gz |
Apple M1/M2/M3/M4 Macs |
| macOS | amd64 (Intel) |
tarak_1.0.6_darwin_amd64.tar.gz |
Intel-based Macs |
🛡️ Verification & Integrity
Verify the integrity of downloaded binaries using the official checksums:
# Verify checksums
sha256sum -c checksums.txt⚡ Getting Started
# 1. Start the Tarak Server & Native Runtime
tarak server
# 2. Deploy your workloads
tarakctl apply -f app-sample.yml
# 3. View running pods & services
tarakctl get all -A -o wide