Surveillance Disabled
NO SIGNAL.
NO MASTERS.
True privacy isn't a toggle in settings. It is the physical inability to transmit data. TOSS is architected as a digital Faraday cage.
The Audit
Most "private" apps still request internet access for "analytics" or "updates." We don't.
We stripped the networking stack from the manifest. Even if the AI wanted to snitch on you, it physically cannot find a route out.
- Zero Telemetry
- Zero Crash Reporting
- Zero Metadata Collection
$ adb shell dumpsys package com.painsparc.toss
Package [com.painsparc.toss] (1a2b3c...):
versionCode=1 minSdk=28 targetSdk=34
requestedPermissions:
-- android.permission.READ_EXTERNAL_STORAGE
-- android.permission.WRITE_EXTERNAL_STORAGE
android.permission.INTERNET [NOT FOUND]
android.permission.ACCESS_NETWORK_STATE [NOT FOUND]
_cursor_waiting
Resistance ProtocolRun raw models.
Run raw models.
No safety rails.
Quantization Freedom
Execute raw GGUF files. Run unaligned, unmodified open-source models (Llama, Mistral) exactly as the developers released them.
Zero Moderation API
Standard apps send your prompt to a moderation server first. TOSS processes everything locally. No middleware. No judgment.
Local Persistence
Your chat history is stored in `/data/user/` JSON files. It survives app updates, server outages, and internet censorship.