Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Selfhosted
  3. Peersuite p2p encrypted discord alternative

Peersuite p2p encrypted discord alternative

Scheduled Pinned Locked Moved Selfhosted
selfhosted
69 Posts 18 Posters 219 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • jagged_circle@feddit.nlJ [email protected]

    So basically you're repeating mistakes made by matrix

    J This user is from outside of this forum
    J This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #47

    Chat is Peersuite is limited to workspaces. You can only talk to people inside your workspace.
    I didn't want to add accounts, and sign-ins and all those things that collect data.
    So when you sign into peersuite, you are only talking to the people in the workspace with you.
    It works entirely different and your questions don't really apply to how it works.

    1 Reply Last reply
    1
    • M [email protected]

      There is literally no way to do performant e2ee at large scale. e2ee works by encrypting every message for every recipient, on the users device.

      At 1000 users, that's basically a public room.

      J This user is from outside of this forum
      J This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #48

      I haven't had a chance to test the limits of Peersuite, but since it's a mesh network, I don't think it would run well with even 100 people.

      1 Reply Last reply
      0
      • andres4ny@social.ridetrans.itA [email protected]

        @moonpiedumplings @jagged_circle
        * I can't speak on behalf of the author, but I could imagine handling it by simply not decrypting _everything_ on startup, and only decrypting an older chat if you click on it or attempt to run a search on everything. Although for a search, I would expect some kind of hashed (and of course encrypted) database that allows a quick search of all prior messages.

        J This user is from outside of this forum
        J This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #49

        Everything is decrypted on exiting transit. I use WebRTC for all the data.

        1 Reply Last reply
        0
        • J [email protected]

          Hey everyone.

          I make Peersuite, an opensource free communication platform.

          It's private by default, there's no sign-in or email collection.

          It's peer-to-peer, there's no server, after discovery you are connected directly to your friends my AES-GCN encrypted WebRTC channels. It forms a mesh and identifies superpeers. Because there is no server, in order to save your data between sessions, you can download your workspace into a password encrypted file.
          Happy to answer any questions.

          FEATURES:
          chat with images, PMs, channels, and file send
          group audio/video calling
          screensharing
          kanban board
          whiteboard for diagrams/flowchartswith PNG export
          collaborative document editing with formatted PDF export

          The best way for self hosting is docker, its on dockerhub as openconstruct/peersuite. You can also download desktop versions from the github or use on the web at https://peersuite.space/

          github - https://github.com/openconstruct/Peersuite

          T This user is from outside of this forum
          T This user is from outside of this forum
          [email protected]
          wrote on last edited by [email protected]
          #50

          Well hell I may stand this up tonight. My only question is does the voice chat support push-to-talk?

          Edit: Ok, gave it a spin. It does not support push-to-talk but being fully browser based I don't think that's a trivial thing to implement anyway.

          That said, this is pretty sweet though certainly still rudimentary. I was really looking forward to the screen sharing but my friend on the other end said the quality and framerate were pretty bad. Not sure what flexibility there is as far as adjustable bit rate and framerate with what you're doing but I'll definitely be keeping my eye on this project.

          J 2 Replies Last reply
          1
          • J [email protected]

            Hey everyone.

            I make Peersuite, an opensource free communication platform.

            It's private by default, there's no sign-in or email collection.

            It's peer-to-peer, there's no server, after discovery you are connected directly to your friends my AES-GCN encrypted WebRTC channels. It forms a mesh and identifies superpeers. Because there is no server, in order to save your data between sessions, you can download your workspace into a password encrypted file.
            Happy to answer any questions.

            FEATURES:
            chat with images, PMs, channels, and file send
            group audio/video calling
            screensharing
            kanban board
            whiteboard for diagrams/flowchartswith PNG export
            collaborative document editing with formatted PDF export

            The best way for self hosting is docker, its on dockerhub as openconstruct/peersuite. You can also download desktop versions from the github or use on the web at https://peersuite.space/

            github - https://github.com/openconstruct/Peersuite

            S This user is from outside of this forum
            S This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #51

            Will you package it to flathub?

            J 1 Reply Last reply
            1
            • J [email protected]

              Hey everyone.

              I make Peersuite, an opensource free communication platform.

              It's private by default, there's no sign-in or email collection.

              It's peer-to-peer, there's no server, after discovery you are connected directly to your friends my AES-GCN encrypted WebRTC channels. It forms a mesh and identifies superpeers. Because there is no server, in order to save your data between sessions, you can download your workspace into a password encrypted file.
              Happy to answer any questions.

              FEATURES:
              chat with images, PMs, channels, and file send
              group audio/video calling
              screensharing
              kanban board
              whiteboard for diagrams/flowchartswith PNG export
              collaborative document editing with formatted PDF export

              The best way for self hosting is docker, its on dockerhub as openconstruct/peersuite. You can also download desktop versions from the github or use on the web at https://peersuite.space/

              github - https://github.com/openconstruct/Peersuite

              S This user is from outside of this forum
              S This user is from outside of this forum
              [email protected]
              wrote on last edited by [email protected]
              #52

              feel-ford-bean-base

              pass: poop

              workspace code ^^^ for anyone that wants to test it out with me. I don't have friends to do so 😞

              1 Reply Last reply
              0
              • T [email protected]

                Well hell I may stand this up tonight. My only question is does the voice chat support push-to-talk?

                Edit: Ok, gave it a spin. It does not support push-to-talk but being fully browser based I don't think that's a trivial thing to implement anyway.

                That said, this is pretty sweet though certainly still rudimentary. I was really looking forward to the screen sharing but my friend on the other end said the quality and framerate were pretty bad. Not sure what flexibility there is as far as adjustable bit rate and framerate with what you're doing but I'll definitely be keeping my eye on this project.

                J This user is from outside of this forum
                J This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #53

                Push to talk is in testing now. WebRTC changes quality automatically based on bandwidth. Its usually really good. It runs at full quality in testing ( i have like 6 devices I hook up and test). If you guys normally have a good connection, try again?

                T 1 Reply Last reply
                0
                • S [email protected]

                  Will you package it to flathub?

                  J This user is from outside of this forum
                  J This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #54

                  I could package the electron version to flathub, I hadn't considered that. I will read up on it.

                  1 Reply Last reply
                  1
                  • J [email protected]

                    Hey everyone.

                    I make Peersuite, an opensource free communication platform.

                    It's private by default, there's no sign-in or email collection.

                    It's peer-to-peer, there's no server, after discovery you are connected directly to your friends my AES-GCN encrypted WebRTC channels. It forms a mesh and identifies superpeers. Because there is no server, in order to save your data between sessions, you can download your workspace into a password encrypted file.
                    Happy to answer any questions.

                    FEATURES:
                    chat with images, PMs, channels, and file send
                    group audio/video calling
                    screensharing
                    kanban board
                    whiteboard for diagrams/flowchartswith PNG export
                    collaborative document editing with formatted PDF export

                    The best way for self hosting is docker, its on dockerhub as openconstruct/peersuite. You can also download desktop versions from the github or use on the web at https://peersuite.space/

                    github - https://github.com/openconstruct/Peersuite

                    T This user is from outside of this forum
                    T This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #55

                    My group recently switched to Matrix and so this would be a tough sell, but it seems interesting. I haven't been a fan of Matrix and miss the ease of UI in discord, but was happy to leave with it's direction. How would you sell it with a small group that has small, but mounting usability issues with Matrix?

                    J 1 Reply Last reply
                    1
                    • T [email protected]

                      My group recently switched to Matrix and so this would be a tough sell, but it seems interesting. I haven't been a fan of Matrix and miss the ease of UI in discord, but was happy to leave with it's direction. How would you sell it with a small group that has small, but mounting usability issues with Matrix?

                      J This user is from outside of this forum
                      J This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #56

                      Get everybody in to at least try it. I tried to make everything as intuitive as possible.

                      1 Reply Last reply
                      0
                      • J [email protected]

                        What kind of phone? I do testing during development and it works fine on my tablet.

                        G This user is from outside of this forum
                        G This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #57

                        I have a Samsung Galaxy S21 FE 5G. It seems like anything near the bottom of the screen gets cut off and I'm not able to scroll down to see it.

                        J 1 Reply Last reply
                        0
                        • J [email protected]

                          Push to talk is in testing now. WebRTC changes quality automatically based on bandwidth. Its usually really good. It runs at full quality in testing ( i have like 6 devices I hook up and test). If you guys normally have a good connection, try again?

                          T This user is from outside of this forum
                          T This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #58

                          Perhaps talking about bitrate wasn't correct of me. After looking at this again image quality itself is actually pretty good but the framerate is a different story.

                          To provide context, I used it to share the video game I was playing as my friends that use discord tell me they primarily stick to it for its screen sharing capability which they use when gaming.

                          I'm not sure how to best test this and provide metrics to you if this is improvable or even something you care about.

                          To attempt to take the connection factor out of the equation I opened two browser windows and viewed my own screen share from a different username and even then the framerate is not great.

                          J 1 Reply Last reply
                          0
                          • T [email protected]

                            Perhaps talking about bitrate wasn't correct of me. After looking at this again image quality itself is actually pretty good but the framerate is a different story.

                            To provide context, I used it to share the video game I was playing as my friends that use discord tell me they primarily stick to it for its screen sharing capability which they use when gaming.

                            I'm not sure how to best test this and provide metrics to you if this is improvable or even something you care about.

                            To attempt to take the connection factor out of the equation I opened two browser windows and viewed my own screen share from a different username and even then the framerate is not great.

                            J This user is from outside of this forum
                            J This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #59

                            How are you using it browser or electron? What OS?
                            It looks great in my testing, wil ltry and reproduce the effect you're getting,

                            T 1 Reply Last reply
                            0
                            • G [email protected]

                              I have a Samsung Galaxy S21 FE 5G. It seems like anything near the bottom of the screen gets cut off and I'm not able to scroll down to see it.

                              J This user is from outside of this forum
                              J This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #60

                              I have a galaxy I test on, what can't you see?
                              Could you take some screenshots?

                              G 1 Reply Last reply
                              0
                              • T [email protected]

                                Well hell I may stand this up tonight. My only question is does the voice chat support push-to-talk?

                                Edit: Ok, gave it a spin. It does not support push-to-talk but being fully browser based I don't think that's a trivial thing to implement anyway.

                                That said, this is pretty sweet though certainly still rudimentary. I was really looking forward to the screen sharing but my friend on the other end said the quality and framerate were pretty bad. Not sure what flexibility there is as far as adjustable bit rate and framerate with what you're doing but I'll definitely be keeping my eye on this project.

                                J This user is from outside of this forum
                                J This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #61

                                ptt is live on git & site now.

                                1 Reply Last reply
                                0
                                • J [email protected]

                                  I have a galaxy I test on, what can't you see?
                                  Could you take some screenshots?

                                  G This user is from outside of this forum
                                  G This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #62

                                  I just tested it again and now #general shows up right after I join on mobile. I think it's possible that I was having network/browser issues or something at the exact moment I tried it before. 😛

                                  I am really into this, it was such a breeze to set up. Are there plans to offer more customization options like custom CSS, an editable configuration file, or something like that? I have a Podman container set up and I'm thinking of creating a volume mount to add some very basic styling but official support would be great.

                                  J 1 Reply Last reply
                                  0
                                  • J [email protected]

                                    Hey everyone.

                                    I make Peersuite, an opensource free communication platform.

                                    It's private by default, there's no sign-in or email collection.

                                    It's peer-to-peer, there's no server, after discovery you are connected directly to your friends my AES-GCN encrypted WebRTC channels. It forms a mesh and identifies superpeers. Because there is no server, in order to save your data between sessions, you can download your workspace into a password encrypted file.
                                    Happy to answer any questions.

                                    FEATURES:
                                    chat with images, PMs, channels, and file send
                                    group audio/video calling
                                    screensharing
                                    kanban board
                                    whiteboard for diagrams/flowchartswith PNG export
                                    collaborative document editing with formatted PDF export

                                    The best way for self hosting is docker, its on dockerhub as openconstruct/peersuite. You can also download desktop versions from the github or use on the web at https://peersuite.space/

                                    github - https://github.com/openconstruct/Peersuite

                                    mitm0@lemmy.worldM This user is from outside of this forum
                                    mitm0@lemmy.worldM This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #63

                                    Does it have voice rooms yet ?

                                    J 1 Reply Last reply
                                    0
                                    • mitm0@lemmy.worldM [email protected]

                                      Does it have voice rooms yet ?

                                      J This user is from outside of this forum
                                      J This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #64

                                      Voice is workspace-wide currently, there's no way to separate off as it stands now

                                      1 Reply Last reply
                                      0
                                      • G [email protected]

                                        I just tested it again and now #general shows up right after I join on mobile. I think it's possible that I was having network/browser issues or something at the exact moment I tried it before. 😛

                                        I am really into this, it was such a breeze to set up. Are there plans to offer more customization options like custom CSS, an editable configuration file, or something like that? I have a Podman container set up and I'm thinking of creating a volume mount to add some very basic styling but official support would be great.

                                        J This user is from outside of this forum
                                        J This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #65

                                        No current plans, but that would be a great idea! If you just want to edit the CSS, it's all in index.html

                                        G 1 Reply Last reply
                                        0
                                        • J [email protected]

                                          No current plans, but that would be a great idea! If you just want to edit the CSS, it's all in index.html

                                          G This user is from outside of this forum
                                          G This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #66

                                          Ah, no worries for now. I took out the inline CSS and replaced it with an external file, so I'll work on that.

                                          I made some minor adjustments already, like removing the transform on hover and having the whiteboard to expand to fit its container, so that's nice. Have you thought about implementing draw.io or excalidraw?

                                          J 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups