Skip to content

planet-nine-app/juliaswitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

juliaswitch

juliaswitch is a chat client, which utilizes Sessionless, and Julia to provide users with a chat experience that has no persisted identifier for others to contact them with.

Overview

There are plenty of chat apps out there. If you try any of them, pretty much the first thing they do is ask you for your phone number. The next thing is to import your contacts.

This is all well and good, as it's reasonable to expect that if you send someone sms texts, you may also want to send them AR filtered snaps. The problem though is now you have duplicate lists of contacts to manage, and you're discoverable. Maybe you didn't want to delete your aunt's contact info, but maybe you didn't need her being able to find you on noplace.

I didn't much care about this, but then in 2021 the US Supreme Court decided that people could text you no matter how they got your phone number. And even then it didn't matter until this year when the US presidential election decided I needed to get more messages from my affiliated party than a rejected incel (more on this later).

Email's been ruined for years. Now my phone number's ruined.

I'm old enough to remember when "You've got mail" was exciting. I wanted an app that tried to do that. Where if anyone wanted to find me, they couldn't, and I didn't have to feel bad about not connecting with them.

That's the idea behind juliaswitch. Only connect with people that you want to connect with. Revoke that connection at any time, and they can't find you again (goodbye rejected incels).

How it works

So if juliaswitch doesn't use your phone number or email, how does it know it's you? It uses an authentication protocol called Sessionless, which grants you a unique identifier (a UUID) that it pairs with a public key that your juliaswitch client generates. From an authentication standpoint you are anonymous[^1], but the UUID provides continuity across and between devices.

So everyone has a UUID, but there is no discovery mechanism for UUIDs, so even if someone has your UUID they can't actually use it to contact you in any way. Instead you generate a one-time use code for the other person to use. Think something like the one-time use code you use when verifying your email somewhere.

At launch there will be two ways to exchange that code. The first is via BLE, which will let you connect to anyone that you are geographically near, and the other is to send an nfc tag to someone in the mail. There are a few problems with doing it any other way, which might get figured out in the future, but I'm deliberately punting on for now.

Both parties are able to revoke the connection at any time. Once revoked, you'll have to go through the one-time code process again to connect.

And that's it. Just message who you want, and never worry about spam, bots, pushy exes, people you vaguely remember from high school who for some reason like all your posts, etc. etc.

Roadmap

~* iOS - About 50% done

  • Android - About 10% done

  • Desktop - I kinda just want to build a CLI... we'll see

  • Web - Might just leave this to someone else unless there's some big demand for it~

  • Tauri v2 came out 10/01, and I'm going to try to use it to launch on iOS, Android, and Desktop on 10/31.

Releases

No releases published

Packages

No packages published