Hi everyone!
I've been working on
DevAnalyzer, an open-source desktop application built with
Compose Multiplatform and
Kotlin Multiplatform to help Android and Kotlin developers analyze projects and maintain their development environment.
I recently released
v1.4.0, which introduces several new features:
•
Workspace Analyzer to scan multiple workspaces and identify active and unused Android SDKs, NDKs, CMake versions, Kotlin/Native toolchains, and Gradle wrappers.
•
Optional anonymous analytics powered by PostHog with a privacy-first approach. No source code, project names, file paths, or personal information are collected.
•
In-App Updates to check for new GitHub releases and view release notes directly from the app.
•
In-App Feedback to rate the app, report bugs, and suggest new features.
Existing features include:
• Project Analyzer
• Clean Build
• Storage Analyzer
• Smart toolchain path discovery and configuration
Everything runs locally, so your projects never leave your machine.
Website:
coding-meet.github.io/DevAnalyzer
GitHub:
github.com/Coding-Meet/DevAnalyzer
Demo:
I'd love to hear your feedback or feature suggestions. Thanks!