Skip to content

A modern, beautiful system monitor for Linux & Windows

Notifications You must be signed in to change notification settings

Quoriath/TaskScope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskScope Logo

TaskScope

A modern, beautiful system monitor for Linux & Windows


✨ Features

  • 🖥️ Real-time CPU Monitoring - Total usage, per-core stats, frequency, load average
  • 🧠 Memory Tracking - RAM usage, cached, available, swap monitoring
  • 💾 Disk Analytics - Per-partition usage, read/write I/O rates
  • 🌐 Network Monitor - Per-interface throughput, upload/download speeds
  • 📋 Process Manager - Search, sort, and kill processes
  • 🎨 Modern UI - Beautiful dark theme with glass morphism design
  • Lightweight - Minimal resource usage, native performance

📸 Screenshots

TaskScope Dashboard


🚀 Installation

Download Binary

Download the latest release for your platform:

Platform Download
🐧 Linux TaskScope
🪟 Windows TaskScope.exe

Build from Source

Prerequisites:

  • Go 1.21+
  • Node.js 18+
  • Wails CLI (go install github.com/wailsapp/wails/v2/cmd/wails@latest)
# Clone repository
git clone https://github.com/Quoriath/TaskScope.git
cd TaskScope

# Install dependencies
cd frontend && npm install && cd ..

# Build
wails build

# Run
./build/bin/TaskScope

🛠️ Tech Stack

Component Technology
Backend Go + gopsutil
Frontend HTML/CSS/JS + Tailwind CSS
Framework Wails
Charts CSS-based sparklines

⌨️ Usage

# Linux
./TaskScope

# Windows
TaskScope.exe

Keyboard Shortcuts

Key Action
1-6 Switch tabs (Dashboard, CPU, Memory, Disk, Network, Processes)
Ctrl+F Search processes

📁 Project Structure

TaskScope/
├── app.go              # Backend - system metrics collection
├── main.go             # Wails app entry point
├── frontend/
│   ├── index.html      # UI layout
│   └── src/main.js     # Frontend logic
├── build/
│   ├── bin/            # Compiled binaries
│   └── windows/        # Windows resources
└── TaskScope.png       # App icon

📄 License

MIT License - feel free to use this project for personal or commercial purposes.


Made with ❤️ using Go & Wails

About

A modern, beautiful system monitor for Linux & Windows

Resources

Stars

Watchers

Forks

Packages

No packages published