Skip to content

Commit 58b7fd4

Browse files
committed
docs: rebrand as Kotlin framework for desktop apps
Update messaging across documentation to position Nucleus as \"the Kotlin framework for native desktop apps\" rather than \"the native desktop platform for the JVM\". This better emphasizes Kotlin as the primary language and aligns with the modern developer experience. - Update site description and main taglines - Reorganize navigation to prioritize roadmap over changelog - Maintain technical accuracy while improving developer appeal
1 parent 2fe514e commit 58b7fd4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/roadmap.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Roadmap
2+
3+
Modules planned for upcoming releases. Contributions welcome.
4+
5+
| Module | Description | macOS | Windows | Linux |
6+
|--------|-------------|-------|---------|-------|
7+
| `secure-storage` | Hardware-backed secret storage for tokens, passwords, keys | Keychain | Credential Manager / DPAPI | Secret Service (`libsecret`) |
8+
| `biometric-auth` | Prompt for fingerprint / face authentication | `LocalAuthentication` (Touch ID / Face ID) | Windows Hello | `fprintd` via D-Bus / polkit |
9+
| `share-sheet` | OS share sheet (URL, file, text) | `NSSharingService` | Windows `DataTransferManager` | xdg-desktop-portal `Share` |
10+
| `power-events` | Sleep / wake / lock / unlock / screen-off / battery state events | `NSWorkspace` notifications | `WM_POWERBROADCAST` / `WTSRegisterSessionNotification` | `org.freedesktop.login1` D-Bus signals |
11+
| `fs-watcher` | Native filesystem watcher (replaces slow `WatchService`) | `FSEvents` | `ReadDirectoryChangesW` | `inotify` |
12+
| `clipboard` | Rich clipboard — image, files, HTML, RTF — plus change watcher | `NSPasteboard` | `OleGetClipboard` / Clipboard History API | `wl-clipboard` / X11 selections |
13+
| `screen-capture` | Native screenshot / screen recording | `CGDisplayCreateImage` / ScreenCaptureKit | Windows Graphics Capture / DXGI | xdg-desktop-portal `Screenshot` |

0 commit comments

Comments
 (0)