Version 2 (modified by hacklschorsch, at 2024-07-23T17:02:07Z) (diff) |
---|
Tahoe-LAFS Mobile
As announced to the tahoe-dev mailing list, Least Authority is working, since 2024-04, on a mobile client application for Tahoe-LAFS:
- Mobile app:
- start with the "PrivateStorage Mobile" android-only read-only app
- support arbitrary grids
- port to iOS
- add upload
Links
- The mentioned "PrivateStorage Mobile" app can be found here.
- The work on changing that into an app that works with arbitrary grids, also works on iOS and can upload to Tahoe happens here (Code repo, milestones, issue tracker).
- The application is building on the new Haskell client library.
Goals
The milestones should reflect the current state.
- We first want to be able to read files from arbitrary tahoe-lafs storage servers.
- Also on iOS.
- We want to be able to save files to the grid (this is a big one, as the Haskell protocol stack is missing most of this so far)
- Integration with the OSses (Android, iOS) to be able to open files from and share files to the app
- Would be nice to also get a working in-browser client out of this (The framework in use supports that in theory)
Non-Goals
- Write eMail
- ...