Priviy
cloud-chiffre-comparisonCOMP

Internxt Review 2026: open-source zero-knowledge and Spanish EU GDPR jurisdiction

Internxt Drive review: AES-256 zero-knowledge + distributed Reed-Solomon, Valencia Spain jurisdiction (strict EU GDPR), Drive + Photos + Send + Mail + VPN suite. 2026 plans from Free 1 GB to Ultimate 3 TB, comparison with Proton Drive, Sync.com, Tresorit, pCloud, and who should actually choose Internxt.

By Eric Gerard · Editor · Priviy11 min readPhoto: Tanner Boriack - Unsplash

Verdict in 30 seconds

Published 2026-06-08 - Editorial review based on Internxt's public source code (github.com/internxt), published documentation, public pricing and a comparison against Proton Drive, Sync.com, Tresorit and pCloud on the criteria that matter for a zero-knowledge cloud: jurisdiction, verifiable encryption, suite breadth, pricing and platform coverage.

Final rating: 4.2 / 5. Internxt is the serious challenger in the open-source encrypted cloud space in 2026. Its structural advantage: fully public source code + Reed-Solomon distributed architecture + EU jurisdiction - a combination that neither Tresorit nor pCloud offer together.

What stands out: Internxt is zero-knowledge by default on the whole account, with all client and backend code public on GitHub - so the AES-256 client-side encryption can be independently audited rather than taken on trust. The Reed-Solomon distributed storage spreads each file as encrypted fragments across multiple nodes, which is architecturally more resilient than a single-silo store. The product is a full privacy suite (Drive, Photos, Send, Mail, VPN, Antivirus).

The real friction points: (1) the Free 1 GB is too small to test a real migration - create a test account and push 1-2 GB of varied data before committing; (2) because encryption and Reed-Solomon splitting happen client-side, upload throughput is structurally slower than a non-zero-knowledge provider like pCloud; (3) if you want the "complete suite," you download 3-4 separate apps - VPN and Antivirus don't integrate into the Drive app.

Recommended if: you want verifiable open-source zero-knowledge, EU/GDPR jurisdiction is a hard requirement, and you watch for periodic lifetime deals.

Skip if: you're already in the Proton ecosystem, you need a Business plan with admin console, or you want a generous Free tier to migrate without risk.

Internxt overview - who's behind it?

Internxt Drive, S.L. was founded in 2020 in Valencia, Spain by Fran Villalba Segarra, a Spanish software engineer. The project origin: personal frustration with the absence of accessible open-source zero-knowledge cloud storage (at the time, Tresorit was proprietary and expensive, Proton Drive was still in alpha). The team today is around twenty people, remote-first, funded by bootstrapping and a few early-stage rounds.

Business model. Internxt is a subscription SaaS with periodic lifetime deals (Black Friday, product announcements). The company doesn't sell data (architecturally impossible with zero-knowledge), doesn't run targeted advertising, and publishes transparency reports on internxt.com. Monetization relies on paid subscriptions and a 30% lifetime commission affiliate program - aligning company interests with long-term customer retention.

Open-source as a differentiator. Unlike Proton (which publishes clients but not all backends) and Tresorit/pCloud (fully proprietary), Internxt chose to publish the entire source code under AGPL-3.0 and GPL-3.0 on github.com/internxt. Concretely, any developer can audit the client encryption code, inspect the Reed-Solomon fragmentation worker, or verify the absence of backdoors in the backend API. That's a verifiable commitment, not marketing copy.

Deployment history. In 2023, Internxt migrated its infrastructure to a fully distributed architecture (geographically distributed storage node network, Europe-first). In 2024, the Securitum audit validated the cryptographic implementation in production and the full report was published. In 2025, the launch of Internxt Mail (E2E encrypted) and Internxt VPN transformed the proposition into an all-in-one privacy cloud suite.

Encryption architecture - AES-256 + Reed-Solomon verified

This is the technical core that differentiates Internxt from the competition.

Layer 1 - Argon2id client-side key derivation. At account creation, the user's password passes through Argon2id (configurable parameters depending on device, typically 64-128 MB memory, 3-4 iterations, parallelism 4). The derived key never exists on Internxt's servers - only the SRP (Secure Remote Password) authentication hash is transmitted. Verification: the Argon2id implementation code is directly readable in packages/sdk/src/auth/ on github.com/internxt.

Layer 2 - AES-256-GCM per-file encryption. Each file generates a unique AES-256-GCM content key via the OS CSPRNG (/dev/urandom Linux/macOS, BCryptGenRandom Windows). The file is encrypted in blocks with a unique nonce per block. The content key is itself asymmetrically encrypted (X25519 + ChaCha20-Poly1305) with the user's public key. At no point does the cleartext content key leave the machine.

Layer 3 - Reed-Solomon distribution. This is the major architectural difference vs Proton Drive and Tresorit. The encrypted file is split into fragments according to a configurable Reed-Solomon code (typically 20 fragments, of which 12 are needed to reconstruct the file). These fragments are distributed across multiple geographically distinct storage nodes. Consequence: even if 8 nodes out of 20 become unavailable (datacenter incident, maintenance), the file remains recoverable. Even if a malicious actor physically accesses a node, fragments alone (without complementary fragments and without the AES-256 key) yield no information about the original file.

Comparison with Proton Drive. Proton uses AES-256-GCM in 4 MB blocks with OpenPGP for key encryption, but stores blocks in centralized Proton datacenters (Lausanne + Attinghausen). Internxt distributes fragments via a node network - theoretically superior resilience, but dependent on the node network's health. Internxt's IPFS-inspired architecture is more complex than Proton's but offers theoretically superior resilience against the loss of any single storage node.

For more on the E2E vs zero-knowledge distinction, see our E2E vs zero-knowledge cloud storage 2026 guide.

Plans + pricing 2026

Rows of servers in a data center
Rows of servers in a data center

Four active plans as of June 2026, observed on internxt.com/pricing on 2026-06-08.

PlanStorageAnnual priceMonthly price
Free1 GB€0€0
Plus200 GB~€4.99/month (annual)~€7.99/month
Premium1 TB~€9.99/month (annual)~€14.99/month
Ultimate3 TB~€19.99/month (annual)~€29.99/month

Note: exact prices may vary based on active promotions. Internxt runs aggressive promotions (up to -80% during Black Friday) and periodically offers lifetime deals (one-time payment) that break even within 18-24 months vs subscription. If you see an Internxt lifetime 2 TB deal under €100, that's excellent value for open-source zero-knowledge cloud.

The Free 1 GB weakness. This is the weak point of the free plan: 1 GB is barely enough to store office documents, certainly not enough to test a real photo migration. Proton Drive offers 5 GB free, pCloud 10 GB. To seriously test Internxt before paying, create an account and upload 200-300 MB of varied files (photos, PDFs, archives) to verify the desktop client behavior on your OS.

Recommendation. If comparing purely on zero-knowledge at the best price: Plus 200 GB annual is competitive against Proton Drive Plus (same price, same storage). If you need 1 TB or more and value open-source: Premium 1 TB annual for verifiable encrypted cloud that costs 2× less than Tresorit 1 TB Business.

Learn more

To discover Internxt and test their free tier, head straight to their official website: internxt.com.

Product suite - Drive, Photos, Send, Mail, VPN, Antivirus

Internxt positions its suite as an all-in-one privacy alternative. Here's a product-by-product assessment.

Internxt Drive. The suite's core. Desktop client Windows + macOS + Linux (AppImage), native iOS + Android apps, web app. Real-time sync, basic versioning (latest version + 30-day trash), password-optional link sharing. Verdict: solid for daily individual use.

Internxt Photos. Automatic photo backup module from mobile. On Android, automatic upload works in the background (WiFi-only or data, configurable). The web gallery lets you browse by date/album. No facial recognition, no server-visible geotagging (EXIF metadata is encrypted with the file). Verdict: functional but without the AI features of Google Photos - that's intentional.

Internxt Send. Encrypted temporary file transfer service, similar to WeTransfer but zero-knowledge. Upload a file (up to 5 GB on free plan, unlimited on paid), generate a link with optional password and configurable expiration. Verdict: excellent complement for sharing sensitive files with recipients who don't have an Internxt account.

Internxt Mail. E2E encrypted email service launched late 2024. Clean web interface, Gmail/ProtonMail import possible, standard SMTP protocol with PGP encryption. Verdict: behind Proton Mail in maturity (no native iOS/Android app as of this writing, limited email filters). Worth watching in 2026.

Internxt VPN. Client-only VPN for Windows/macOS/iOS/Android. WireGuard protocol, servers in Europe (DE, NL, FR, UK, ES), kill switch, no-log DNS. Verdict: adequate for basic VPN use, but inferior to Proton VPN (denser network, NetShield features) or Mullvad for advanced features. If VPN is your priority, go with a specialist.

Internxt Antivirus. Desktop module for Windows + macOS. Local file scanning, signature detection, Drive integration for auto-scan at upload. Verdict: functional but basic vs Bitdefender or Malwarebytes - useful as an additional layer, not as your primary AV.

Performance + user experience

Platforms Internxt covers:

  • Desktop macOS, Windows and Linux (AppImage): Internxt Drive client 2.x
  • Mobile iOS and Android: native apps
  • Web: any modern browser

Upload throughput - what to expect. Internxt does not publish official throughput benchmarks, and real-world speed depends heavily on your connection, hardware and file mix, so we don't quote a figure of our own. Architecturally, expect throughput below a non-zero-knowledge provider: AES-256 client-side encryption + Reed-Solomon splitting + multi-node distribution all run before transmission and add CPU and network overhead. The cost is most visible on older or low-power CPUs. The trade-off you're paying for is true zero-knowledge plus distributed resilience.

Cross-device sync latency. Internxt syncs changes across desktop, web and mobile clients in near real time for small files; large initial migrations are bounded by the throughput overhead above. Like any zero-knowledge service, propagation is slightly slower than a non-encrypted provider such as pCloud.

Desktop client UX. Clean and uncluttered. The sidebar lists Drive, Photos, Shared. Drag-and-drop works. Full-text search does not work server-side (files are encrypted, content indexing is impossible) - only filename search is available. This is an inherent zero-knowledge limitation, not a bug.

Sync conflicts. When the same file is edited on two devices at once, the client is designed to create a conflict-YYYYMMDD duplicate rather than overwrite the original - the expected, safe behavior for a sync client.

Customer support. Email support only - no live chat. This is in line with most privacy-focused independent providers but slower than mainstream consumer clouds.

Internxt vs direct competitors - comparison table

CriterionInternxtProton DriveSync.comTresoritpCloud
JurisdictionSpain (EU, GDPR)Switzerland (FDPL)Canada (PIPEDA)Switzerland/EUSwitzerland (Vaud)
EncryptionAES-256 ZK + Reed-SolomonOpenPGP + AES-256-GCMAES-256 ZKAES-256 ZKAES-256 (Crypto add-on ZK)
200 GB price~€4.99/month annual€4.99/month annual~€4.08/month annual~€9.99/month annual€4.99/month annual
Open-sourceYES (complete)Partial (clients)NONONO
Product suiteDrive+Photos+Send+Mail+VPNDrive+Mail+VPN+CalendarDrive+SendDrive+BusinessDrive+Pass
UX 1-53.5/54.5/53.5/54/54.5/5

Quick read. Internxt wins on complete open-source + strict EU GDPR jurisdiction + all-in-one suite. Proton Drive wins on maturity + UX + coherent ecosystem. Tresorit wins on enterprise use + admin console. pCloud wins on lifetime deal + UX + upload performance. Sync.com wins on price.

For a detailed analysis of Proton Drive vs Tresorit vs pCloud, see our Proton Drive vs Tresorit vs pCloud Crypto Swiss 2026 comparison.

Who is Internxt for?

Choose Internxt if you're in one of these situations.

You're a developer or privacy-aware technician who wants to verify the source code of your cloud storage before trusting it. Internxt is the only full-stack open-source zero-knowledge provider - you can personally audit the Argon2id implementation, the AES-256 encryption, and the Reed-Solomon fragmentation worker.

You want strict EU/GDPR jurisdiction with verifiable open-source. Spain offers some of the strongest GDPR enforcement (AEPD, the Spanish supervisory authority, is among the most active in Europe). This is a structural advantage over Proton (Switzerland, outside the EU) if you operate in the EU internal market.

You're watching for Internxt lifetime deals and want to break even quickly. An open-source zero-knowledge lifetime 2 TB deal at €100-150 (observed Black Friday pricing) is unbeatable in absolute value over 3-5 years.

You want an all-in-one privacy suite without relying on multiple providers: Drive + Photos + Send cover 80% of use cases, Mail and VPN complete it if you want to centralize everything.

Move on if you recognize yourself here.

You want the fastest upload cloud: pCloud (no zero-knowledge by default) is 2-3× faster. See our pCloud review 2026.

You want the most mature zero-knowledge with the most coherent ecosystem: Proton Drive + Mail + VPN is more polished UX. See our Proton Drive review 2026.

You manage a team of more than 5 people and need an admin console, SAML SSO, and granular audit logs: Tresorit Business is built for that. See our Tresorit review 2026.

You want the most geopolitically neutral jurisdiction: Proton Drive (Switzerland, neutral, outside both EU and 5/9/14 Eyes de facto) or Tresorit (Switzerland post-2022 Swiss Post acquisition). For full context, see our 5/9/14 Eyes and cloud storage 2026 analysis and our best encrypted cloud storage 2026 guide.


To compare options methodically, read our complete best encrypted cloud storage 2026 guide covering the 6 selection criteria and the 5 main providers. If you're still choosing between multiple providers, our encrypted cloud comparison quiz gives you a personalised recommendation in 60 seconds based on your real priorities.

Frequently asked questions

Is Internxt genuinely zero-knowledge?
Yes. Unlike pCloud in its default configuration (server-held encryption), Internxt encrypts every file with AES-256 **client-side before network transmission** - the decryption key never leaves your machine. Technical verification: the full source code is public on GitHub (github.com/internxt) and publicly auditable, letting you personally verify the Argon2id key derivation implementation. If you lose your password without a recovery phrase, Internxt cannot technically recover your data.
Which jurisdiction governs Internxt data?
Internxt Drive, S.L. is registered in Valencia, Spain (Spanish commercial registry). Spain is an EU member state subject to GDPR (EU Regulation 2016/679), which offers some of the world's strongest personal data protections. Spain is not a member of the 5 Eyes (not part of the Anglosphere alliance), though it falls within the 14 Eyes via the EU. Key point: a US CLOUD Act request has no direct legal force over a Spanish company with no US entity. See our [5/9/14 Eyes and cloud storage analysis](/en/blog/5-9-14-eyes-cloud-storage-2026) for the full breakdown.
How much does Internxt cost in 2026?
Four plans as of June 2026: **Free 1 GB** (zero cost, full zero-knowledge), **Plus 200 GB at ~€4.99/month billed annually** (~€49.99/year), **Premium 1 TB at ~€9.99/month billed annually** (~€99.99/year), **Ultimate 3 TB at ~€19.99/month billed annually** (~€199.99/year). Internxt also offers **lifetime deals** periodically (watch for Black Friday, product announcements) which break even within 18-24 months vs subscription. Recommended starting point: Free to test the UX, then Plus 200 GB annual if the experience convinces you.
Internxt vs Proton Drive - which one should you choose?
Both are zero-knowledge by default on 100% of the account. Structural differences: (1) **Jurisdiction**: Spain EU (GDPR) vs Switzerland FDPL - both outside direct CLOUD Act reach, Switzerland slightly more geopolitically neutral. (2) **Open-source**: Internxt publishes all its code (github.com/internxt), Proton publishes clients but not all backends. (3) **Product suite**: Internxt has integrated VPN + Antivirus; Proton has a more mature Mail + Calendar + VPN ecosystem. (4) **Pricing**: comparable for 200 GB. (5) **Lifetime deals**: Internxt offers them, Proton Drive does not. Verdict: **Internxt if you want an all-in-one suite without leaving a single ecosystem** and you catch a lifetime deal. **Proton Drive if you're already in the Proton ecosystem (Mail, VPN) and value Swiss neutrality**.
Is Internxt open-source and audited?
Yes. The entire source code (desktop clients, web, mobile, backend workers) is available at github.com/internxt under AGPL-3.0 for backend components and GPL-3.0 for clients. An independent security audit was conducted by Securitum (the same firm that audits Proton) in 2024, with the full report available at internxt.com/security. The Reed-Solomon architecture distributes each file as encrypted fragments across multiple nodes - even physical access to a single node yields nothing without the complementary fragments.
What upload performance should you expect from Internxt Drive?
Internxt does not publish official throughput benchmarks, and real-world speed depends on your connection, hardware and file mix - so treat any single number with caution. Architecturally, expect Internxt to be slower than a non-zero-knowledge provider like pCloud (server-side encryption) because Internxt combines AES-256 client-side encryption + Reed-Solomon splitting + multi-node distribution before transmission, all of which add CPU and network overhead. The trade-off is stronger resilience and true zero-knowledge. Optimization: use the desktop client (multithreaded) rather than browser drag-and-drop, and migrate large initial batches overnight.
Are Internxt's mobile apps good?
Internxt ships native iOS and Android apps. On Android, the Drive app handles automatic photo backup and previews PDF/image files; on iOS, it integrates with Files.app. Notable limitation: the mobile apps don't integrate the VPN and Antivirus modules, which remain separate downloads - contrary to what the 'integrated suite' pitch suggests. You'll need to install 3-4 separate apps for the full suite. Not a dealbreaker, but worth knowing.
Is Internxt suitable for businesses and SMEs?
Internxt primarily targets privacy-aware individuals and freelancers in 2026. There's no structured Business plan with admin console, centralized user management, or SAML SSO - unlike Tresorit Business or Proton Business which have these features. If you need encrypted cloud storage for a team of more than 5 people with centralized control and audit logs, **Tresorit Business remains the appropriate choice** (see our [Proton Drive vs Tresorit vs pCloud comparison](/en/blog/proton-drive-vs-tresorit-vs-pcloud-crypto-swiss-2026)).
Choix éditorial
4.5 / 5

Get encrypted cloud storage → pCloud

Swiss-based · client-side Crypto add-on · lifetime plans

Société suisse depuis 2013Satisfait ou remboursé 10jFree 10 GB
Voir l'offre