Recently discovered this. Molly supports link with existing device just like on signal desktop. It even has benefit of getting entire chat history unlike signal desktop. Just restore the signal backup file during setup and then click link with existing device. Then scan with you primary phone. Beauty of open source. Molly: https://molly.im/

  • fmstrat
    link
    fedilink
    English
    178 months ago

    Element as a client with a Matrix server bridged to Signal works great, too. Centralizes your history on your own secure server, too.

    More complex, though.

    • @pensivepangolin@lemmy.world
      link
      fedilink
      English
      88 months ago

      Also worth noting that communication between signal and matrix through most bridges requires the message to be decrypted and reencrypted, thereby breaking E2EE which kinda defeats the point.

      Unless you’re running a bridge on a locked down home server on your own network, not sure it’s the most secure.

      • fmstrat
        link
        fedilink
        English
        48 months ago

        Very good point. For me its a private server and I run both the bridge and the matrix server inside the same docker network.

        • @pensivepangolin@lemmy.world
          link
          fedilink
          English
          38 months ago

          Oh nice! I just like to warn people because I saw bridges get popular with Beeper and people don’t always catch that security-for-ease compromise

          I’m not trying rip on Beeper, by the way. I don’t use them and never have. They could be totally legitimate and good-faith actors, but the reencryption issue with bridges sets my tinfoil hat off!

          • fmstrat
            link
            fedilink
            English
            18 months ago

            Oh yea, I won’t use Beeper. Self-hosted for me!

    • @JubilantJaguar@lemmy.world
      link
      fedilink
      58 months ago

      This is the solution I’m considering. Does it make sense if you have no actual contacts on Matrix? Do you think it would work on localhost instead of remote server? My use case is to get a single conversation view that includes Signal and Telegram contacts, but I don’t need it on multiples devices, one desktop box is fine.

      • fmstrat
        link
        fedilink
        English
        48 months ago

        I use it unfederated. Its on my local network server, running in docker with bridges to Signal, IRC, and Discord, no Matrix contacts. Works great for me.

        • @JubilantJaguar@lemmy.world
          link
          fedilink
          3
          edit-2
          8 months ago

          Useful, thanks. To be clear, you are using the official Matrix server Synapse as a Docker image, plus the Mautrix (sic) bridges also as Docker images?

          • fmstrat
            link
            fedilink
            English
            38 months ago

            Correct. It was not trivial to set up, since there is a lot of configuration to read through, but it wasn’t hard, either.