-
0.1.0-alpha.1 Pre-release
released this
2026-05-17 03:57:21 +02:00 | 405 commits to main since this releaseOpen Grind v0.1.0-alpha.1
Early testing build of MVP, only available for Android. To build for other platforms or modify existing installation, please, build from source.
Install
- Download open-grind-0.1.0-alpha.1.apk
- Install APK using your system's application installer
Expect bugs. No guarantees on app reliability are provided. Report all issues to Forgejo issues or, if you don't know what that means, to Matrix chat room.
Changelog
- Browse page is available
- All filters are available except for tags (requires search API implementation)
- Grid pagination infinite scroll loading
- Location chooser with OpenStreetMaps and GPS tracking
- Profile page is available
- Profile photos carousel and lightbox with gestures support
- All profile fields are displayed
- Chats are available
- Inbox page with conversations responsive to mobile, tablet and desktop viewports with resizable two-column view on wide screens
- Conversations unread messages indicator, clearing when the conversation is read
- Conversations are cached and scroll position is restored when navigating between pages
- Conversations pagination infinite scroll loading
- Text messages are supported
- Receiving image messages is supported
- Receiving and viewing albums is supported (images and videos)
- Context menu for a message is available
- "Delete for me" option works
- Messages reactions are supported
- Messages pagination infinite scroll loading
- Messages are grouped by dates and consecutive messages are stacked, matching Grindr's official app's experience
- Settings page stub is available
- Shortcut link to authorized user's profile page
- Sign out button works
- Open Grind's social links are displayed
- Reveal message read status setting is available
- Backend features:
- WebSocket support for chat messaging powered by tokio-tungstenite crate
- Auth tokens are securely stored in system's native secure storage, powered by keyring crate
- Session tokens are rotated automatically when expired
Security
All builds are reproducable and signed with Open Grind's official PGP key and APKs are additionally signed with JKS. Verify with:
curl -sSL https://opengrind.org/pgp.asc | gpg --import gpg --verify open-grind-0.1.0-alpha.1.apk.asc open-grind-0.1.0-alpha.1.apk 2>&1 | grep -q "327F54ED1D2338E6D3B3930122F838B04A16E6DE" && echo "Signature matches" || echo "Invalid signature"Please do not reupload APK builds anywhere, especially closed channels such as messengers. Always link to this page (
https://git.opengrind.org/open-grind/open-grind/releases).Downloads