hiresTI: Native Linux TIDAL Player with OpenClaw/MCP Support

Native Linux TIDAL Player with AI Workflow Integration
hiresTI is a native Linux desktop client for the TIDAL music streaming service. The project focuses on delivering a dedicated Linux music player experience while enabling integration with AI coding workflows through OpenClaw.
Core Features and Architecture
The application prioritizes several key areas:
- Stable playback
- High-quality output paths
- A proper GTK4/Libadwaita Linux desktop user interface
- OpenClaw integration through MCP (Model Context Protocol) for remote control
This allows users to maintain a local desktop player experience while exposing playback controls through MCP, making it usable within AI-assisted development environments.
Technical Implementation
Under the hood, hiresTI uses a hybrid architecture:
- Python UI layer
- Rust audio core
Recent development work has concentrated on remote control functionality, MCP support implementation, playback stability improvements, and library/collection behavior.
Target Audience
The app is designed for Linux users who want a native music player for TIDAL and also want to integrate it into AI workflows through OpenClaw.
Resources and Setup
The project is available on GitHub with specific documentation for OpenClaw integration:
- Repository: https://github.com/yelanxin/hiresTI
- OpenClaw setup guide: https://github.com/yelanxin/hiresTI/blob/main/openclaw-mcp-guide-en.md
📖 Read the full source: r/openclaw
👀 See Also

Cull: Open-Source Dataset Curation Engine for AI Image Pipelines
Cull scrapes images from 340+ sources including Civitai, X/Twitter, Reddit, Discord, and booru sites, classifies them with a vision-language model via local LM Studio or Groq, and sorts into category folders with SD prompts and audit records.

docvault: Generate Local API Docs to Reduce AI Hallucinations
docvault is a tool that generates markdown API references from source code to help Claude and other LLMs stop hallucinating function signatures. It works for Rust crates and Python packages, outputs a two-tier markdown file, and includes a Claude Code plugin for hands-free operation.

Zora: Offline-First AI Agent with Default-Deny Security and Local Memory
Zora is an AI agent that runs fully offline via Ollama by default, starts with zero access permissions, and maintains persistent memory across sessions. It addresses security and cost issues seen in other agents.

ForgeAI: A Visual Workbench for Model Engineering
ForgeAI provides a visual interface for model inspection, merging, and training, offering features like 3D model architecture inspection and M-DNA Forge for visual layer merging.