Skip to content

Releases: DevMando/Naptrack

v1.0.1

10 Apr 01:51

Choose a tag to compare

What's Changed

Bug Fix

  • Fix ASCII banner misalignment — The TUI banner was rendering with lines shifted/leaning to the right. The root cause
    was a multi-line string inside a single Markup component wrapped in Align, which didn't center each line individually.
    The banner is now split into separate per-line elements so all lines align correctly.

Installation

.NET Tool

dotnet tool install -g Naptrack
# or update
dotnet tool update -g Naptrack

Standalone Binaries

Download the zip for your platform below — no .NET installation needed.

┌─────────────────────┬───────────────────────────────┐
│      Platform       │             File              │
├─────────────────────┼───────────────────────────────┤
│ Windows x64         │ Naptrack-v1.0.1-win-x64.zip   │
├─────────────────────┼───────────────────────────────┤
│ Linux x64           │ Naptrack-v1.0.1-linux-x64.zip │
├─────────────────────┼───────────────────────────────┤
│ macOS Intel         │ Naptrack-v1.0.1-osx-x64.zip   │
├─────────────────────┼───────────────────────────────┤
│ macOS Apple Silicon │ Naptrack-v1.0.1-osx-arm64.zip │
└─────────────────────┴───────────────────────────────┘

Full Changelog: https://github.com/DevMando/Naptrack/compare/v1.0.0...v1.0.1

v1.0.0

10 Apr 00:25

Choose a tag to compare

Naptrack v1.0.0

Grab audio and video from the web. Built originally to get lofi tracks offline for coding sessions.

Features

  • Download audio (MP3) or video (MP4) from YouTube, TikTok, Instagram, Facebook, and 1000+ sites
  • MP3/MP4 format toggle
  • Auto-downloads yt-dlp and ffmpeg on first run — no manual setup required
  • Native folder picker (Windows, Linux, macOS)
  • Configurable download folder with persistent settings
  • Keyboard-driven TUI with animated spinners
  • Cross-platform: Windows, Linux, macOS

Install

.NET Tool:

dotnet tool install -g Naptrack

Standalone: Download the zip for your platform below — no .NET required.

┌─────────────────────┬───────────────────────────────┐
│      Platform       │             File              │
├─────────────────────┼───────────────────────────────┤
│ Windows x64         │ naptrack-v1.0.0-win-x64.zip   │
├─────────────────────┼───────────────────────────────┤
│ Linux x64           │ naptrack-v1.0.0-linux-x64.zip │
├─────────────────────┼───────────────────────────────┤
│ macOS Intel         │ naptrack-v1.0.0-osx-x64.zip   │
├─────────────────────┼───────────────────────────────┤
│ macOS Apple Silicon │ naptrack-v1.0.0-osx-arm64.zip │
├─────────────────────┼───────────────────────────────┤
└─────────────────────┴───────────────────────────────┘