Skip to content

Commit f0deff7

Browse files
0xbrayoErikBjare
andauthored
Update _posts/2024-05-5-introducing-tauri.md
Co-authored-by: Erik Bjäreholt <[email protected]>
1 parent ec8b2fd commit f0deff7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_posts/2024-05-5-introducing-tauri.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ Tauri enables us to generate releases from the same codebase with a single comma
2222

2323
## User Experience
2424

25-
Aw-Tauri aims to consolidate most of the functionality that is offered by additional code by other repos. It integrates the window and afk watchers natively. It offers support of notifications by default via [aw-notify](https://github.com/ActivityWatch/aw-notify). It houses its own webview, no need to visit ```http://localhost:5600``` anymore. Watchers can be started and stopped right from the trayicon. Updates can be pushed seemlessly across platforms provided by tauri's update system! [Aw-sync](https://github.com/ActivityWatch/aw-server-rust/tree/c056e50646b45070c330de8a6dbd14042b3455e4/aw-sync) which is still in active development will be integrated into the app. Syncing data across devices will be just as seemless. We will work closely with the user community to make a product that we all love to use.
25+
`aw-tauri` aims to consolidate much of the functionality that is currently implemented in [`aw-qt`](https://github.com/ActivityWatch/aw-qt), [`aw-server-rust`](https://github.com/ActivityWatch/aw-server-rust), and [`aw-notify`](https://github.com/ActivityWatch/aw-notify).
26+
27+
- It houses its own webview, no need to visit `http://localhost:5600` in your browser anymore.
28+
- Watchers can be started and stopped right from the trayicon, just like in `aw-qt`.
29+
- Updates can be pushed seemlessly across platforms provided by tauri's update system!
30+
- [aw-sync](https://github.com/ActivityWatch/aw-server-rust/tree/master/aw-sync), which is still in active development, will be integrated into the app. Syncing data across devices will be just as seamless.
31+
32+
These are only the first steps to getting aw-tauri usable, but most of all it serves as a stable foundation enabling many improvements down the line.
2633

2734
## Conclusion
2835

0 commit comments

Comments
 (0)