top | item 46675853

A decentralized peer-to-peer messaging application that operates over Bluetooth

636 points| no_creativity_ | 1 month ago |bitchat.free

339 comments

order

Some comments were deferred for faster rendering.

nicois|1 month ago

One missing feature: deferred message propagation. As far as I understand, while messages will be rebroadcast until a TTL is exhausted, there is no mechanism to retain in-transit messages and retransmit them to future peers. While this adds overheads, it's table stakes for real-life usage.

You should be able to write a message and not rely on the recipient being available when you press send. You should also be able to run nodes to cache messages for longer, and opt in to holding messages for a greater time period. This would among other things allow couriers between disjoint groups of users.

rm30|1 month ago

I’ve read all the posts and, as the 'old man of the village', I would suggest taking a look at FidoNet. It was running 40 years ago, for more than a decade, before the internet was available to the average person.

Store-and-forward, hierarchical organization, scheduled transmissions, working over dial-up and radio links, everything is there.

There is nothing new to invent, and it was far more reliable than the 10m real-world range of BT5 (not the 1km claimed for lab devices, which aren't commercial phones).

A BT5 mesh only works under well-defined conditions, which usually coincide with the cases where you don't actually need it.

trueno|1 month ago

that is a super good callout.

this is prob the 100th time ive read about bitchat here, and the comments are largely the same (use briarchat, none of these really work that well, i dont like jack dorsey, etc) every time.

but this is interesting. and i agree strongly with this: "While this adds overheads, it's table stakes for real-life usage."

i suppose events like iran are really making me wonder if this stuff is possible it feels like anyone who's under the chokehold of regimes has completely run out of options, but even in America I'm getting the sweats wondering if there's going to be a time where such techs are needed. from what i gather none of these decentralized p2p messengers work well at all, but I also haven't truly tried. I can think of some moments that would've been viable test grounds though. Was at Outsidelands festival in San Fran and cell service was pretty much DOA due to the volume of people trying to hit the same tower(s). Even airtags which everyone in the group had on their beltloop weren't working.

brk|1 month ago

Not just deferred message propagation, but also a way to setup medium to high powered rebroadcasting stations. For political unrest scenarios, you don't always need 2-way communication, but you do need to distribute critical info. A listen-only mode makes it very difficult to track individual users (no RF transmissions), and would cover a large percentage of a critical use case.

All of this is solved with the store-and-forward model that you highlight.

A Lora dongle seems to be better than BT, though potentially incriminating.

Angostura|1 month ago

Is the issue with this that mobile OSs - iOS in particular are rather aggressive about shutting down apps in the background after a while?

modeless|1 month ago

It's criminal that cell phones are bristling with incredibly advanced radio technology and yet they are by law not allowed to communicate directly with each other over a distance of more than a couple hundred meters without assistance from a licensed and centrally controlled base station. Meanwhile a $10 walkie talkie using primitive stone-age radio technology can go many miles with zero infrastructure, but by law is not allowed to be used for data transmission. This is a choice our governments have made, not something inherent to the technology.

powersjcb|1 month ago

I’ve been tangentially involved in experimenting with Meshtastic and trying to scale it for large events like Burning Man, on the order of 2000–3000 nodes on a single frequency.

Node to node mesh communication is cool and it works surprisingly well at small scale, but the moment we brought high powered repeaters online the difference was night and day. Coverage, reliability, and usability all jumped instantly.

It makes the tradeoff really obvious. Mesh is great for bootstrapping and local traffic, but once you care about real data propagation at scale, centralized infrastructure wins almost every time. Airtime is scarce, coordination matters, and having a small number of well placed high sites beats thousands of mediocre relays.

I still think there’s room for novelty P2P protocols, but mostly as an optimization layer on top of infrastructure, not as the foundation. Every time you push on this problem hard enough, you end up rediscovering the client router model for a reason.

squarefoot|1 month ago

A small USB pluggable module that supports LoRa plus an app using Codec2 or similar low rate codec for voice encoding could fill the gap, although having it bundled with the phone would make it a lot less cumbersome to use. For non phone portable solutions, the LilyGo T-Deck Plus/Pro come to mind, but they're not phones so that would imply a 2nd device to carry around.

lxgr|1 month ago

> Meanwhile a $10 walkie talkie using primitive stone-age radio technology can go many miles with zero infrastructure, but by law is not allowed to be used for data transmission.

Is this even true?

I still have two Gotennas from before they pivoted to military use cases, and they were legal to use both in the US and in Europe (on different bands auto-configured via GPS, as far as I remember).

REI also currently stocks at least one set of walkie talkies [1] that can relay short messages from smartphones via Bluetooth.

[1] https://www.rei.com/product/240874/motorola-talkabout-t803-2...

ianburrell|1 month ago

It isn't a law thing, but I'm disappointed that LTE Direct didn't go anywhere. That let's cell phone talk to each other over range up a km. The problem is that there LTE Direct requires implementation in the radio firmware, and the companies only did it for government phones. There is also 5G Device-to-Device and I haven't found out if that is supported more widely. There would also need to be frequency allocation, something CBRS (3.5GHz) would work but would be nice to get something with longer range.

You aren't going to get longer ranges with phone, the power and antenna are too limited. Walkie-walkie have bigger antennas (the stubby FRS sort of suck) and more power. Also, walkie-talkie don't have much bandwidth so the data rates would suck.

digiown|1 month ago

Will the walkie talkies work if there are hundreds in a small area all transmitting data with each other? Besides, there's just not that much bandwidth there.

roboman|1 month ago

Please site the relevant sections of this supposed law you claim exists.

coppsilgold|1 month ago

Many WiFi chips can be put into monitor mode (process all the data packets it can detect over the air) and inject packets for transmissions themselves. This pathway is typically unoptimized and would offer poor bandwidth but it is enough for text and audio.

You would need root to do this, and implement your own protocol on top of it with forward error correcting codes.

jansper39|1 month ago

Personally, the additional complexity and overheads required for a P2P phone network is not worth while and I'm not sure it would fix that many problems that haven't already been fixed with walkie talkies.

dzhiurgis|1 month ago

A alternative example of this is how Apple doesn't have a way to browse your iPhone's gallery without syncing to their super slow iCloud first.

Aloha|1 month ago

There is nothing stopping a phone manufacturer from putting a 900 MHz ISM radio in their hardware.

Also, the walkie talkies certainly can legally do data transmission.

Buttons840|1 month ago

HAM radios can transmit data I think. They just can't do encrypted transmissions. (I'm open to correction on this.)

lormayna|1 month ago

A walkie-talkie requires a big antenna and consume a lot more power than a cellphone.

catlifeonmars|1 month ago

Check your sources. The law you claim exists… which one is it?

bilsbie|1 month ago

Ham frequencies would work even better?

mannyv|1 month ago

File this under "lies that someone said on the interwebs."

simonmales|1 month ago

It's getting movement in tough political environments like Uganda: https://www.archyde.com/bitchat-surges-to-1-in-uganda-amid-p...

And natural disasters like in Jamaica https://www.gadgets360.com/cryptocurrency/news/bitchat-becom...

hexagonwin|1 month ago

> Its soaring popularity highlights how decentralised technology can offer a vital communication lifeline during natural disasters. Its soaring popularity demonstrates how decentralised tools can provide a critical communication lifeline when natural disasters knock out traditional infrastructure.

seems like the second article is written by AI

Philip-J-Fry|1 month ago

This feels like something Apple should do with iPhones.

Find My and air tags was already a huge success because of the ubiquitous nature of iPhones.

Apple could add this to iPhone, sell it as privacy focussed. Let you message anyone in your iMessage contacts with a new bubble colour. Propagate over Bluetooth when you don't have internet.

I can see a snazzy Apple reveal for this showcasing it's use on a cruise ship, in a packed stadium, and then for the meme factor, 2 astronauts on a space walk. It writes itself.

contracertainty|1 month ago

Unfortunately iPhones aren't ubiquitous outside their home market. It would have to be on Android to be really useful in the places this would be really useful, i.e. places where regimes turn off the internet when things go badly for them (current situation in the US notwithstanding). That's not to say iPhones shouldn't have it, I'm all for that.

hwillis|1 month ago

Idk that there's much of a privacy sell vs. messages being encrypted. In the end users are just trusting Apple to actually be securing messages; they aren't going to love that they are trusting dozens of strangers instead of telecoms. Plus, police etc. already snoop on phones by spoofing cell tower relays anyway.

> Showcasing it's use on a cruise ship, in a packed stadium

Stadiums will still max out the pipe out of the local area, so I suspect it wouldn't help much. Festivals and cruise ships, where you want to reach people who are nearby (and at a festival, you might even have a good idea via gps which peers are better) are in desperate need of this and idk why apple didnt solve it years ago.

_heimdall|1 month ago

The US, and likely Chinese, government(s) have too much potential leverage over Apple. I wouldn't trust that Apple would do this securely, or that the government would allow them to release it.

spockz|1 month ago

Wouldn’t that bring the wrath of mobile carriers around the world on their back?

If there is a decentralised system that doesn’t require infrastructure , what is left to monetise?

jayd16|1 month ago

Seems extremely niche for a keynote but a lot of the Apple Watch Ultra features seem niche too. Who knows, I guess it could happen.

cannonpalms|1 month ago

I doubt the equities analysts would appreciate this as much as a tech nerd would. It'd be seen as a step backwards and evidence of having no clue which way the world is heading.

woah|1 month ago

This has absolutely nothing to do with privacy.

hapticmonkey|1 month ago

Then Google can copy it with a series of a dozen product launches and closures over the next decade.

Google BT Chat. Android B Chat. Google Relay.

And Microsoft can get on board, too. With Microsoft Teams Decentralised For School and Work.

jagermo|1 month ago

I don't know. I do not like Jack Dorey's involvement. Not a big fan of his.

I'd rather use Briar (https://briarproject.org/)

atoav|1 month ago

If you don't like a thing and share that dislike, care to elaborate your reasoning so others can profit from it?

gloxkiqcza|1 month ago

There’s no app for Apple platforms making it a lot less useful.

trueno|1 month ago

I personally don't care if its bitchat or briar, I care about the most effective proven implementation in the end. Such a technology is needed now, not later, and if if bitchat started out as dorseys vibe coded side project last year and has now grown into something greater, then so be it.

goodpoint|1 month ago

Also why reinventing the wheel? There is already Briar.

keepamovin|1 month ago

I agree, enthusiastically and wholeheartedly. The mere presence of a potentially-cancellable person poisons the entire tech stach, regardless of any other merits. If I were to use such technology I would risk becoming morally tainted by JD's potential-objectionableness, a social risk I am entirely unwilling to take. I simply cannot endorse such technology that is not fully sanctioned by the High Table of Moral Certification & Transactional Stamp Duty. I must therefore distance myself from any such endorsements and withdraw my support regardless of whatever so-called "technological" merits such technology may claim.

Please view my participation in this discussion as certified proof of the objective verification of my moral essence. I hereby claim superiority now and forever over JD and any such users of said technologies. Sincerely and respectfully (without any possible hints of objectionableness), the undersigned.

maqp|1 month ago

Could someone please explain in what situation do you use a BlueTooth messaging app? Like, even BT5 range won't exceed 400 meters. What good is this? You're not going to send images to journalists from protests with it (you'd do wisely to keep it in airplane mode until you get home and then you'd upload them to their securedrop or whatever), and you don't need off-band security to let the kids know it's dinner time.

lxgr|1 month ago

Bluetooth 5 introduced "coded PHY", which allows ranges of over 1 km in ideal conditions. As I understand it, adding support for this wouldn't even require new hardware for most recent phones.

The real obstacles here are political, not technical, as evidenced by the complete absence of any built-in solution that could be so useful in both everyday life (messaging a family member on the same plane when sitting separately, national park trips etc.) and emergencies.

We literally got smartphone-to-satellite comms now, but we're lacking the most barebones peer-to-peer functionality.

zenmac|1 month ago

One of these bluetooth messaging app was made by a developer who was on a cruise ship with family, and the Internet over satellite costs an arm and leg. So he wrote an app to communicate with his families over bluetooth.

Also why would one want to have the data go over some servers thousands miles away when the device is right next to you? Seems like bluetooth is the perfect way to communicate for devices that are close to each other.

yaris|1 month ago

Any situation when mobile internet cannot be used. That is not only protests, but also legal gatherings, i.e. street concerts, or places where mobile coverage is poor in general.

bcraven|1 month ago

Back in the 2010s I used the 'Notes' applications to send messages via Bluetooth on my Sony Ericsson to chat with a girl in the next bunk.

There was no signal in the remote Irish hostel so it was the perfect way to send messages covertly in the dormitory.

Fun night!

behnamoh|1 month ago

In Iran right now... Internet shut down while the regime keeps slaughtering people at the order of 4x9/11.

pbiggar|1 month ago

Consider if you live in Gaza. Israel has destroyed all the telecoms equipment across the Gaza strip (and everything else). You were ordered to leave your home by Israeli soldiers, but now the school you're sheltering in is being bombed. You may need to leave, but you believe there may be sniper drones outside.

- You want to check in with people around you about what to do - You want to check on the health of your family, from whom you were separated

gchokov|1 month ago

This particular one supports mesh, so the range could be way way higher.

ifwinterco|1 month ago

In theory if as many people use bitchat as used whatsapp somewhere like central london, everyone actually could communicate in a fully decentralised manner - you're frequently in bluetooth range of other people's phones just walking around or even sat in your house.

Would that actually happen? No, but it's an interesting thought experiment

melting_snow|1 month ago

I see two use cases: * Communication between protestors * Illegal activities, but here I can imagine that bluetooth range is too small

elicash|1 month ago

Asking "what good is this?" in a dismissive tone should be against the rules in a space like Hacker News.

jojobas|1 month ago

When your Ayatollah decides to shut down internet and you are near people you don't really know in an urban environment?

jcims|1 month ago

I've wanted something like this numerous times for long flights.

I also have recently got into caving, which usually results in 5-50 people camping over weekends in rural Kentucky. No signal most of the time.

ellis0n|1 month ago

I have seen a test of bitchat using radio communication over a distance of more than 5 km. There were also other methods to extend BT range.

einaralex|1 month ago

I was at a music festival last summer, and the phone network was completely down. I could use BitChat to find my mates.

kozika|1 month ago

Now that Wi-Fi Aware is supported on iOS, I think supporting it should significantly expand the transmission range.

elzbardico|1 month ago

I sometimes wonder if we couldn't have completely different public internet topologies if

a) Wireless local networking was invented and popularized earlier b) We had transitioned earlier to IPV6 or some other protocol with an address space as huge, thus making NAT not as pervasive as it became. b) We didn't have hordes of VCs financing walled gardens and social networks.

modeless|1 month ago

It's simpler than that. The only thing that would need to change is spectrum allocation. We need unlicensed spectrum with higher power limits in longer range radio bands. It's a miracle what radio engineers have done with a tiny slice of unlicensed spectrum near 2.4 Ghz. Imagine what they could do with a few unlicensed lower frequency VHF/UHF channels.

digiown|1 month ago

I think "wired" (really bundles of optical fiber) will win out anyway due to the vast capacities it can provide. There will always be gaps between populations and to have a reliable link, you will need these dedicated mainlines, which will also help scale datacenters. Perhaps we would have more p2p tools, but the public internet would have a similar topology too if it were to have a similar capacity.

j1elo|1 month ago

This has released tags since back to July 2025. Does anyone know if it's being actively used to exfiltrate news from Iran right now? (if someone's been living under a rock: [1][2])

[1]: https://news.ycombinator.com/item?id=46667491

[2]: https://news.ycombinator.com/item?id=46573384

atwrk|1 month ago

Pronouncing this out loud I wonder whether the name has been chosen on purpose for the marketing effect: "Where's my bitchat"

j1elo|1 month ago

What are good file transfer apps that can be used in similar scenarios? (to be clear about the usage model: communications on a plane)

* I see LocalSend and LANDrop frequently suggested on HN but in my experience they rely on having a central Wifi router. No good.

* Android's QuickShare comes included by default, but it's buggy. Just yesterday it failed on me (I'm on an uncommunicated boat): it was defaulting to Bluetooth, so I had to reboot both phones to finally make it work over Wifi Direct. Not to speak about the "oh damn, you have an iPhone" scenario. Not ideal.

Anything else? (to remark: for airplane-like situations so no access to Internet and no central router)

fc417fc802|1 month ago

Unfortunately most P2P wireless solutions are likely to be somewhat buggy, at least in my experience. WiFi and Bluetooth chipsets are often "quirky". I will often lose the ability to ssh into my laptop across WiFi until I go to the laptop and poke the network from it. KDEConnect often temporarily loses sight of my phone, yet it still reports being connected to WiFi. Stuff like that.

alecco|1 month ago

Meshtastic + budget kit ($10-$35) is way better. BlueTooth alone is kind of useless. It's max ~100 meters/yards vs 2-20 km (12 miles). And the community is great.

NoiseBert69|1 month ago

Meshtastic has a reliability problem. We often cannot get beyond one hop - and our network isn't too loose nor too dense (60 stations).

Cross test with Meshcore doesn't show any issues. Chats over 5 hops have almost a 100% success rate.

Long time I avoided MC because of its closed source client - but a Opensource Flutter app for Apple/iPhone is slowly getting usable and stable. (https://github.com/zjs81/meshcore-open)

boozelclark|1 month ago

This is an interesting enhancement using Meshtastic to expand the range of bitchat https://github.com/meshtastic/firmware/discussions/7542

cedws|1 month ago

My fantasy is a P2P network that people can use from their everyday devices. The internet is becoming far too controlled, we need an alternative that is harder to monitor and censor.

maelito|1 month ago

Does not work without Google Play services. No-go.

canterburry|1 month ago

Finally...a dedicated app to bitch at people.

szszrk|1 month ago

Now I cannot unsee it...

A bit unfortunate naming, indeed.

pipo234|1 month ago

OMG you're right. I cannot unsee..

kkfx|1 month ago

My verdict is negative: BT has too limited a range. Can you communicate in a crowd? Yes, sure, the density of BT hosts can be very high, but can you imagine a crowd in the street communicating via messages instead of face-to-face? Can it handle communications for an entire city of a few million people with useful overhead? I strongly doubt it.

We've had interesting mesh network experiments in the past (maybe some here remember Fonera), and some are trying on various bands, e.g. World Mobile, but none of these can realistically work unless prepared and deployed in advance, which happens through public choices, meaning public networks built to be truly resilient, rather than centrally controlled.

So, while technically interesting, they are not realistically usable in civil war situations. Instead, it's interesting to think about how vulnerable surveillance devices are in these situations, like modern connected cars and smartphones, which can operate a mesh centrally, for example, to guide and block cars at strategic road junctions and centrally acquire location data from the "meat-bots" carrying smart devices with them.

If I were a citizen in a civil war, I'd be afraid of the connected car and would stay far away from my smartphone if I decided to take action. If I were the ruler of a country that can't make its own cars and smart devices, I'd block them by any means necessary due to the serious national security risk they pose.

We need open hardware and FLOSS imposed by law, making it ILLEGAL to sell black boxes and fund research for verifiable hardware. Not to believe that the latest mesh app is good for anything without giving a single thought to real-world use.

mikecamara|1 month ago

What happened to that fire chat app that did the same thing back in 2014 or something?

Kina|1 month ago

I remember distinctly that the developers said they were working on a next generation version of it and it just never happened.

I think they just ran out of funding and died with a whimper.

JulianHart|1 month ago

This would've been useful during the Iran shutdowns last week. Bluetooth mesh is one of the few things that keeps working when carriers go dark.

dominicrose|1 month ago

The regime in Iran has so much to hide it's unlikely that they will enable unsupervised international communication ever again. Other countries don't seem ready to do anything about it.

Kapura|1 month ago

choosing to build an application on top of bluetooth is like saying, "we've constructed a highway over the most stable terrain known to man: volcanic marshes prone to seasonal flooding."

how do you know when the messaging app is broken, and how do you know when bluetooth is just exercising its ability to hate mankind?

coffeebeqn|1 month ago

What else would they use? This is for when your government has turned off all sensible networks.

fnands|1 month ago

Funny, but I think you're missing the point here.

This is not meant to be an efficient, every day messaging platform.

It's for people who are afraid of the government turning off the internet/cell network (kinda justified if you live in Iran or Uganda), or those networks going offline due to natural disasters (see Jamaica)

brk|1 month ago

It's a neat concept, but in critical scenarios where you are trying to distribute information because traditional wireless methods are down, methods like this can make it easy for users to be targeted via RF transmissions.

Hard to imagine things like this getting much beyond the "cute" stage.

rm30|1 month ago

The project is interesting, the concept too, the idea of indipendent communication tools also.

I'll tell you a story.

Usain Bolt, the world 100/200m recordman, is not faster than cheeta. He needs a motorbike or a car to be beat a cheeta. But even with a car or motorbike is unlikely is going to overtak a cheeta on the ground of savannah.

This to tell you are thinking about optimizations of a system while you need to choose the right system for the environment.

A 433 MHz based link and a strong modulation is much suitable solution than a BT class 2 device included in the phone.

And here the real hack, most of phones has an integrated FM receiver, higher sensibility than BT, a simple FM transmitter (88-108 MHz) and problem solved.

deknos|1 month ago

but for that to work, you need to attach an antenna, no? and where do i get such an FM transmitter? AND android does not support it in the software level, and there's no protocol for the waves?

bilsbie|1 month ago

I open bitchat once a week. Someday I’ll find someone nearby and we’ll be best friends.

anidsiam|1 month ago

Jack Dorsey is definitely a smart guy, I believe there is a big reason behind it. I wish he will surprise us to make it capable global communication. But my question is how long it will take to work it for a long distance?

Kina|1 month ago

I think he’s just a guy who got a lot of money who can pay people to implement his sometimes weird, sometimes useful, often ill-conceived obsession with decentralization and a very lame version of “freedom”.

Like, he quit BlueSky because he wanted it to be completely unmoderated which is, frankly, asinine. His view of what “censorship” means exists in a world along with spherical cows and no bad actors.

russnes|1 month ago

Why are these apps on bluetooth? I'm surprised no one has come up with a way to transmit data over local ad hoc wifi networks, it must surely be more simple if you could make some sort of transient hot spot

erlend_sh|1 month ago

Bluetooth works most reliably across all devices (within its limited range), but all these p2p apps are indeed moving towards multi-transport support to diversify and widen the connectivity grid: https://hackmd.io/@grjte/bitchat-wifi-aware

h4kunamata|1 month ago

Reading some comments, people do not understand.....

Anything that does not involve having govs and the middle man, will never be allowed, legally.

Long frequency radios, phone-to-phone communication, decentralized payment systems, anything. If the gov cannot track you or cannot make you pay tax for it, it will never become popular for obvious reasons.

It is legal in 2026 for Sony and others to delete digital content you bought and paid tax for because it doesn't belong to you, yet, it is illegal to download such content via torrent. That tells you a lot.

StephenMelon|1 month ago

The problem with the App Store model is that the app could just be switched off by the powers that be. It would be better if something like this could be built into the OS. If one decentralised use case took off, then there could be other applications, like hosting the internet archive, wikipedia or LLMs, or digital cash. Might need waystations to get into rural areas but it sounds like the best long term way to secure the free internet.

Angostura|1 month ago

I work at a hospital. I think this could be a really interesting emergency fallback system in the event that there is catastrophic failure of mobile, bleep and WiFi

kbouck|1 month ago

Clever name that changes depending on where you put the space

ddtaylor|1 month ago

I am using Briar and Session right now for this.

Jack makes cool stuff, but I fell off BlueSky and I have little desire to engage with the "community" on there. It's very echo-chambery like every social media and I feel it's mostly identical to X or Truth just a different echo chamber. It seemed like BlueSky was being sold as a solution to what happened with Twitter and I feel like it didn't make true on it's promise.

prathje|1 month ago

There are a lot of old and new mobile applications doing this. If there is anyone doing some research in this space, maybe take a look at our "DisruptaBLE" implementation for delay tolerant networking on embedded devices: https://openreview.net/forum?id=xy3Y6cLOV2

Tooster|1 month ago

Cap your html bodies to 75ch width for comfortable reading. Minimalism doesn't conflict with nice layout and it's 1 line of css.

ifh-hn|1 month ago

It doesn't matter how hard I try to see: bit-chat, my brain defaults to: bitch-at, and if I scan it: bitch-hat.

lazzlazzlazz|1 month ago

Every time I've logged into Bitchat, nobody appears to be online - across the entire United States.

jaldert|1 month ago

Same in Iceland, but even when traveling across the world, I never see anyone when trying it.

russnes|1 month ago

Has Signal ever considered implementing any sort of peer to peer message propagation?

sgt|1 month ago

Thought this could have been used in Iran but I guess it was a bit immature still.

nubinetwork|1 month ago

Considering that my Bluetooth headset disconnects when I even think about looking at my microwave, I can't trust Bluetooth any further than 10 feet...

If you want kilometers of range in wide open air, give anything lora based a try.

rm30|1 month ago

I'd consider this app a proof of concept, with limited practical applications.

The story of using Bluetooth in a cruise ship to chat with family sounds like it’s pushing the limits of physics; communication in those conditions is highly unreliable. Most of our phones have onboard a class 2 device (the lower range, 10-20m), the real world has walls to reduce the range, and a cruise ship's metal structure creates a Faraday cage effect.

In case of protests, a jammer will silence all devices.

Anyway, I was thinking that in extreme cases we could modify our devices for communication at a community level—for example, creating a Wi-Fi mesh network with routers, or some other long-range protocol (e.g., LoRa).

dejongh|1 month ago

Let's all install this and form a fail-safe (if you are in a populated area) and unregulated mesh. I would love to see how far into the Amazonas or Greenland it works.

kelseydh|1 month ago

I've heard about technology like this for over a decade. Have never encountered a use case (even no coverage at music festivals) where it once became viable.

deknos|1 month ago

is there an actual real good comparison of bitchat vs. briar from all sides? protocols, cryptography, supplychain, which software stack, usability and so on?

tmvnty|1 month ago

Someone build a commercial wrapper around this, and sell it at (huge) music festivals as alternative message tools???

jadbox|1 month ago

What about a desktop web app? Using web standards, you can access bluetooth now (to some degree).

WhyNotHugo|1 month ago

Isn’t this similar to Brair?

AFAIK, Brair relays messages through Bluetooth but also through Tor if possible.

ninalanyon|1 month ago

Without store and forward you will rarely be able to get messages out of the local area.

zhyder|1 month ago

Love it. Wonder if it's viable for citizen journalism in warzones and areas of civil unrest, with the larger size of photos (and short videos), given the inherently slow transfer rates and battery life implications of going thru multiple hops before Internet-exiting the area that's otherwise Internet-offline. What's the back-of-the-envelope math here on viable bandwidth?

Wifi obviously has higher bandwidth, but I guess it isn't viable as a mesh, or is there any trick with turning on/off hotspots on phones dynamically that'd make it viable? (Afaik older phones made you pick between being a hotspot or being a regular wifi client, but at least some newer ones seem to allow both simultaneously.)

I'm definitely hoping for a future with wider support for C2PA (content credentials on images) on phone cameras to make these photos power citizen journalism. So far Samsung S25 and Pixel 10 support C2PA in the camera hardware: need other phone makers (especially Apple) to get on board already... if you're an iPhone user, please help yell at Apple support etc!

Aside: I registered a domain and plan to build a citizen journalism news feed for such photos (and uncut videos). I see it as the antidote to Instagram et al's feeds that're full of AI slop (and plenty of fakery even before AI-generated imagery got big). And it's essential to truth, democracy and ultimately (maybe I'm too idealistic here) peace. Aside to the aside: wish some of us techies banded together to build "peace tech" as a new sector in tech, DM if interested in brainstorming or working together.

duxup|1 month ago

Bluetooth range would seem to make this unreliable or useless in many areas?

dim13|1 month ago

Finally I see some people around. Was pretty lonely, as it launched.

budududuroiu|1 month ago

Seeing Jack committing to this repo is kinda wild to me. I also wish I had fuck-you money and could spend my day engrossed in whatever I find interesting

JumpCrisscross|1 month ago

> wish I had fuck-you money and could spend my day engrossed in whatever I find interesting

A good mental exercise is to calculate how much you'd need to survive indefinitely in a pocket of rural America or the third world. No international travel. No bells and whistles. Limited cuisine. But survival and leisure unlimited.

When I've run the numbers for a comforable living, they've come to $300k (Vietnam, $12k/y) to $500k (West Virginia or Portugal $18k/y). But one could halve (or more) those figures by accepting standards of living our grandparents would have found adequate.

Then you make a choice. That world. Or the one you have. (Or something in between.)

Two-fifths of American households have a net worth over $300,000; more than half over $150,000 [1]. That means somewhere between a lot of and potentially most Americans have, on a global scale, fuck-you money. Just not fuck-you money to retain their status at the centre of the first world.

[1] https://dqydj.com/net-worth-percentiles/

31337Logic|1 month ago

I love Briar for this use-case.

senchalover23|1 month ago

bithcat is out for like.. a long time. Why is hyping now?

gethly|1 month ago

[deleted]

senchalover23|1 month ago

Bitchat is out for a while now, why is hyoping now?