1 comments

  • hereme888 2 hours ago

    Looks nice, but I do have privacy concerns because of how analytics and encryption are used.

    apps/desktop/src/helper/analytics.ts and apps/desktop/src/main.tsx are executed on application startup, meaning that data collection begins immediately without explicit user consent and may collect personally identifiable information.

    Also, apps/server/db/migrations/ seems to store passwords directly and crypto.rs is not necessarily applied to all password storage.