All releases

Version 0.41.3

2026-08-16 12:33:04 UTC

HotfixBeta

Fixed

1
  • Cut the wait on 「Checking your access…」 when this device remembers your account.

    Opening NMTS on a remembered device did two things before drawing anything: it restored the session, which takes milliseconds, and it rebuilt your key from your account code, which takes Argon2id — measured at 835 ms on the machine NMTS is built on, and longer on a phone. The second one is not needed to know who you are, so it no longer holds the screen: the drive opens as soon as the session is back, and the key follows behind it. The file list still waits for the key, says 「불러오는 중」 while it does, and never shows an empty drive in its place. Signing in with a code is unchanged — that genuinely needs the key first.

NMTS — cloud storage that encrypts in your browser