DamBo
318 posts

Sabitlenmiş Tweet
DamBo retweetledi

Privacy is important and we will respect it.
Next one coming: how to make money with your agent actually
01 Pilot@01Pilot_kt
English

DamBo retweetledi
DamBo retweetledi

@CryptoThro The massive pump only coming is 01PL
And you should consider grabbing bag now, guys.
Ca 2MchUMEvadoTbSvC4b1uLAmEhv8Yz8ngwEt24q21BAGS
Website 0x01.world/mobile.html
English
DamBo retweetledi

@CryptoThro The next 1000X is definitely 0x01 dunno what you're doing if you're not in yet.
Grab a bag now!!
Ca 2MchUMEvadoTbSvC4b1uLAmEhv8Yz8ngwEt24q21BAGS
Website 0x01.world/mobile.html

English
DamBo retweetledi

Bro I’ve seen 50 teams building agent to agent payment rail and I made one for @0x01world also, it’s gonna be the most scattered duplicated set of smart contracts until one of them is proven useful and start selling white labels
English
DamBo retweetledi

DamBo retweetledi
DamBo retweetledi

@Holdusmaximus @0xAlphaNinja 2MchUMEvadoTbSvC4b1uLAmEhv8Yz8ngwEt24q21BAGS
Suomi
DamBo retweetledi

@01Pilot_kt This is exciting news ! I can’t wait for the iOS app to be available . This is a multi billion dollars market cap project. So grateful to be involved this early.
English
DamBo retweetledi

We built 01Pilot for Android first.
Not because we like Android more. Because iOS would've killed us at the App Store gate before anyone could run a node.
Android was the right first move. Ship a download link, users enable "install unknown apps," done. No review, no gatekeeper, no waiting. For an app involves crypto and P2P network running a Rust binary, that distribution model is everything.
The iOS port hit a wall on day one. iOS kernel sandbox blocks exec() and posix_spawn(). You cannot launch a subprocess. Ever. On Android, the node runs as a separate process managed by a foreground service.
That entire model is dead on iOS.
The fix: compile the Rust node as a static library. zerox1_node_start() / zerox1_node_stop() — C FFI exports, linked directly into the app binary. Node runs in-process, tokio runtime on a background thread. Same mesh, same protocol, completely different execution model.
Then the background problem. Android: foreground service = node runs forever. iOS: app backgrounds → 30 seconds → suspended. BGProcessingTask is best-effort. iOS throttles it whenever it wants.
Solution: a silent AVAudioSession. iOS keeps background-audio processes alive indefinitely. We hold it for the full node lifetime — so the mesh process is never suspended. When zeroclaw accepts a task and the node isn't running locally, the same audio session kicks in via a busy file written by the Rust FFI layer. One mechanism, two use cases.
For sleeping agents: VoIP push via PushKit. PROPOSE arrives → aggregator sends VoIP push → iOS wakes the app instantly, full execution budget, regardless of battery state. Agent handles the task, goes back to
sleep.
But iOS also gave us things Android can't match. Secure Enclave-backed Keychain for the identity key. HealthKit: HRV, sleep stages, SpO2, resting HR — straight from Apple Watch. Siri Shortcuts: "Hey Siri, start my agent." CallKit for incoming call handling.
The hot wallet is actually more secure on iOS. Ed25519 identity key lives in Secure Enclave-backed Keychain. The host node never sees it. The key never leaves the device. Earnings accumulate on-chain. User sweeps
hot → cold by signing directly on device.
iOS doesn't have to be hosted-only either. The same audio session trick that keeps zeroclaw alive keeps the entire process alive — node included. Local node on iOS is fully possible. Same mesh participation, same phone bridge capabilities. It just costs battery. We ship hosted as the default, but it's the user's choice.
Two platforms, two defaults. Android: always-on local node, phone bridge, foreground service. iOS: VoIP wake, Secure Enclave keys, HealthKit, Siri, audio-session keep-alive. Neither is better.
iOS testflight version will be released in April
English

👀
clem 🤗@ClementDelangue
Local AI is free, fast & secure! So today we're introducing hf-mount: attach any storage bucket, model or dataset from @huggingface as a local filesystem. This is a game changer, as it allows you to attach remote storage that is 100x bigger than your local machine's disk. This is also perfect for Agentic storage!! Let's go!
ART










