What's New
First stable release of go-notes with desktop and mobile applications!
Desktop App (Linux)
- Native Electron application
- Server configuration screen
- Offline caching
- Connection status indicator
- Available as AppImage and tar.gz
Android App
- Native Android client
- Server configuration
- Offline read-only access
- Connection indicator
- Change server menu option
Server Application
- Real-time collaborative editing
- Rich text editor with full formatting
- Workspaces, folders, and tags
- User management
- Docker deployment
Downloads
Desktop App (Linux)
Download the AppImage or tar.gz below and run it.
AppImage (recommended):
chmod +x go-notes-*-linux-x86_64.AppImage
./go-notes-*-linux-x86_64.AppImageAUR (Arch Linux):
yay -S go-notesAndroid App
Download the APK, enable "Install from unknown sources", and install.
Server Installation
See the README for Docker installation.
Requirements
- Desktop: Linux (x86_64)
- Android: Android 8.0+ (API 26)
- Server: Docker and Docker Compose