agentlytics
Comprehensive analytics dashboard for AI coding agents β Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigraviβ¦
πΆ LocalWave is a local-first MP3 player for iOS with full-text search, iCloud sync, and no subscriptions
git clone https://github.com/OlegHQ/localwave.gitOlegHQ/localwaveLocalWave is an offline-first music player for iOS that enables full control of your personal MP3 library without relying on Apple Music or iTunes Match. Built with SwiftUI and structured using a layered MVVM + Actor-based architecture, LocalWave prioritizes offline use and searchability. It was designed out of frustration with Apple's closed ecosystem and lack of decent support for self-hosted MP3 libraries. Link to the article
In 2025, Apple still restricts basic MP3 playback unless you pay for services like Apple Music or iTunes Match. LocalWave was built from scratch as a personal response to these limitations. It allows users to:
git clone https://github.com/nexo-tech/localwave.git
cd localwave open localwave.xcodeproj
LocalWave follows a clean-layered MVVM architecture with a backend-style separation of logic:
localwave/
βββ Sources/
β βββ Features/
β β βββ Common/
β β βββ Library/
β β βββ Player/
β β βββ Sync/
β βββ Models/
β βββ Repositories/
β βββ Services/
βββ Tests/
| Domain | Actor / Repo | FTS Table | Indexed Columns |
|---|---|---|---|
| Library Songs | SQLiteSongRepository |
songs_fts |
artist, title, album, albumArtist |
| File Import Paths | SQLiteSourcePathSearchRepository |
source_paths_fts |
fullPath, fileName |
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
SQLite and SQLite.swiftAVAudioPlayer and MPRemoteCommandCenterOleg Pustovit - @nexo_v1
Project Link: https://github.com/nexo-tech/localwave
more like this
Comprehensive analytics dashboard for AI coding agents β Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigraviβ¦
Vibe-coded, but not slop. A mobile-first SDR receiver for iOS, Android & Apple Watch β the live waterfall on your wristβ¦
search projects, people, and tags