TGViewer
Channel Public Channel
Viper Foundation

Viper Foundation

@viperfoundation

Research and infrastructure foundation for messengers and distributed systems.

GitHub: https://github.com/viperfoundation
Subscribers
7.58K
Photos
11
Videos
1
Links
7
Recent Posts 17 shown
Post #96 162
What if mix Telegram vibe and Torrents vibe? P2P is live 🥰
Just in case save this app!
  • 👍 1
Post #94 219
Viper Foundation One of the first messengers built around the TON ecosystem, available in the App Store since January 2026. Right now it’s intentionally minimal – only text messages. No clutter, no feeds, no algorithms. Just yet another messenger with a bit of underground…
I'm currently working on an experimental P2P update.

The original goal was to create a true peer-to-peer messenger on TON, with direct device-to-device communication. The core pieces are now coming together.

Current P2P development status
1. It's still not user-friendly yet, both peers need to coordinate manually to establish the initial connection.
2. The important part already works: once the connection is established, messages travel directly between devices without passing through a relay.
3. The relay now can be used for peer discovery and exchanging public IP addresses and ports during the connection setup.

There's still work to do before this is ready for release, but the progress is encouraging.

Stay tuned. 🐍
  • 👍 2
Post #93
Viper Foundation pinned «One of the first messengers built around the TON ecosystem, available in the App Store since January 2026. Right now it’s intentionally minimal – only text messages. No clutter, no feeds, no algorithms. Just yet another messenger with a bit of underground…»
Post #92 411
One of the first messengers built around the TON ecosystem, available in the App Store since January 2026.

Right now it’s intentionally minimal – only text messages. No clutter, no feeds, no algorithms.

Just yet another messenger with a bit of underground spirit.

https://apps.apple.com/il/app/viper-messenger/id6754181968
App Store Viper Messenger App - App Store Download Viper Messenger by Maksim Chernyshov on the App Store. See screenshots, ratings and reviews, user tips and more games like Viper Messenger.
  • 👍 7
Post #90
Channel photo updated
Post #89
Channel name was changed to «Viper Foundation»
Post #86 2.52K
It’s interesting that modern technology already allows creating accounts without phone numbers or emails, purely on cryptographic keys – yet services like this are still rare.

We recently experimented with this approach in Viper Messenger, using TON as the foundation. It works more like a crypto wallet that also supports normal messaging, with no gas fees.

A quick Viper Messenger overview – as easy as 1, 2, 3:

1. Entry – Start your node with one tap. No phone number, no email, no KYC.
2. Identity – Your cryptographic keys are your profile.
3. Chats – Encrypted by default. No dividing secret or not. Always secret.

By the way, @dogejetton pushed me to give Viper Messenger a proper UX/UI upgrade.
  • 👍 7
Post #85 526
Viper Foundation I didn’t expect we’d have an iOS app, so the CLI is currently just an internal dev tool. But now that I’ve got a simulator version, the CLI will probably end up as a museum piece. Check out how the entry screen looks in the simulator – by the way, the internal…
Community, checkout 1.1.10 version in Testflight. It includes TON crypto-wallet support.
  • 👍 1
Post #84 576
Viper Foundation I didn’t expect we’d have an iOS app, so the CLI is currently just an internal dev tool. But now that I’ve got a simulator version, the CLI will probably end up as a museum piece. Check out how the entry screen looks in the simulator – by the way, the internal…
If you’d like to join the iOS beta, drop a DM in this group with the word “Viper”, and I’ll send you the invitation link ASAP.
Post #83 562
Viper Foundation Everything is ready with the global chat. Starting a closed beta. The chat is not public yet. Currently, users do not have names or usernames – only public keys. Also, the global version comes only with a command-line interface (CLI).
I didn’t expect we’d have an iOS app, so the CLI is currently just an internal dev tool. But now that I’ve got a simulator version, the CLI will probably end up as a museum piece.

Check out how the entry screen looks in the simulator – by the way, the internal module is called “TON Whisper”.

10 lucky ones who already have an invitation can now see what’s behind the “Start P2P Node” button.
Post #81 712
Viper Foundation Everything is ready with the global chat. Starting a closed beta. The chat is not public yet. Currently, users do not have names or usernames – only public keys. Also, the global version comes only with a command-line interface (CLI).
Worked hard since the CLI version.
Now the iOS build is ready – closed TestFlight testing has started.
Built entirely on TON 🔒
  • 👍 6
Post #80 713
Viper Foundation Today I managed to get two devices behind different NATs (Network Address Translation) talking to each other through TON (based on the work from sddao-v1). Basically, it’s a TON Relay. Here’s how it works: Alice (A) and Bob (B) both connect to a Relayer…
Everything is ready with the global chat.
Starting a closed beta.
The chat is not public yet.
Currently, users do not have names or usernames – only public keys.
Also, the global version comes only with a command-line interface (CLI).
  • 👍 4
Post #78 2.94K
Today I managed to get two devices behind different NATs (Network Address Translation) talking to each other through TON (based on the work from sddao-v1).

Basically, it’s a TON Relay.

Here’s how it works: Alice (A) and Bob (B) both connect to a Relayer (R). Then messages can go from A to B through R:

A ↔ R ↔ B

Before this, I tried a TURN (Traversal Using Relays around NAT) version, but providers are expensive. For example, Metered currently offers:
• Growth Plan – $99/mo for 150 GB. Overage $0.40/GB (~$400/TB).
• Business Plan – $199/mo for 500 GB. Overage $0.20/GB (~$200/TB).
• Enterprise Plan – $499/mo for 2 TB. Overage $0.10/GB (~$100/TB).

And custom plan available. Can Metered and others provide for $1 - $8 per TB (see below)? I’m not sure 😅

Another option is Cloudflare ($51/TB). GCP, AWS, Azure (~$100 – $300/TB) are significantly more expensive. Twilio is even pricier, at around $400 – $820/TB depending on region.

The upside: easy Web integration and WebRTC support, but it’s pricey.

With TON, all you need for production is a VPS (starting as low as $3–$5) and network bandwidth (on Hetzner up to 20 TB included, with additional TBs costing $1 – $8 each depending on location). For development, you can set up a local network and use it just like in production.

The downside: working via the Web through TON isn’t very convenient yet, but it will be possible using sddao-v1 0.0.6 (https://github.com/systemdesigndao/sddao-v1-builds-public/tree/master/sddao-p2p-0.0.6).

I expect the Relay version will get a different name. For now, I’m finishing E2E encryption, and the chat will be publicly available.

If you have any questions – feel free to DM me.
  • 👍 4
  • 👀 1
  • 🦄 1
Post #77 763
Viper Foundation ⚙️ v1-chat Peer-to-peer (P2P) cross-platform data exchange over the The Open Network (TON), macOS <-> Android. Think of it as AirDrop, but works cross-platform over Wi-Fi. 🎥 Find the video demo here 💾 Download from GitHub 🎯 You can support us via the paid…
Hey fellas 👋

🚀 SDDAO v1 keeps evolving, and version 0.0.5 with a web interface is almost here!

ℹ️ Behind each Web Node, libp2p handles all data with TON via a hidden “shadow” TON Node, relaying messages to other TON Nodes and forwarding incoming ones back – enabling seamless data exchange, including directly between Web Nodes.

🤓 The web interface makes it simpler, more accessible, and easier to use than ever.

🎥 In the demo video, you can see Web and Terminal Nodes exchanging data in action.

💻 Terminal versions (for geeks) are already available here: sddao-v1-builds-public – play with them now.

Give me da noise, if you get it, yo! 🤙
  • 👍 3
  • 🦄 2
Older posts →

About this channel

How can I read @viperfoundation without a Telegram account?
TGViewer shows the public web preview Telegram publishes for Viper Foundation: recent posts, photos, videos and the subscriber count, with no app, login or account.
How many subscribers does Viper Foundation have?
Viper Foundation (@viperfoundation) has 7.58K subscribers on Telegram, refreshed roughly every 30 minutes.
Does Viper Foundation know I viewed it here?
No. Public channel previews carry no viewer identity, and TGViewer has no accounts or tracking of what you look up.
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →