Your experiments, in the cloud.
Push neuromorphic experiments to Vantar Cloud. Share recordings with collaborators. Compare runs across hardware. Access remote neuromorphic chips without owning them.
DevTools shipped (v0.8) — Recording, Experiment, Plot, and Adapters work locally today. Cloud storage and remote hardware come in v0.9.
Available now
DevTools work locally today. No account needed.
pip install nuro[devtools]
Hardware-agnostic Recording, Experiment tracking with metadata and metrics, visualization (raster, traces, dashboard), and adapters for GPU, Loihi, Samna, CSV/HDF5. All local, all free.
Cloud storage — v0.9
Push experiments to the cloud, share with collaborators, compare across hardware, access remote chips. Same API — just add an API key.
Coming in v0.9
Everything local, plus cloud and remote hardware.
Push & pull experiments
Save experiments locally, then push to Vantar Cloud with one line. Pull them back on any machine. Recordings, metadata, and metrics travel with you.
# Cloud workflow (v0.9)
from nuro.cloud import push_experiment, pull_experiment
push_experiment("./experiments/abc123")
pull_experiment("abc123", target_dir="./pulled")Share with collaborators
Send a link. Your collaborator loads the experiment in Python, MATLAB, or any HDF5-compatible tool. No account setup for read-only access.
url = push_experiment("./experiments/abc123")
# -> https://cloud.vantar.xyz/exp/abc123
pull_experiment("abc123")Compare across hardware
Run the same network on GPU, Loihi 2, and DYNAP-SE2. Push all three. Compare spike patterns, firing rates, and metrics side by side.
from nuro.cloud import compare_experiments
compare_experiments(
["gpu_run_01", "loihi_run_01", "dynap_run_01"],
metric="spikes",
)Remote hardware access
Don't own a Loihi board? Submit your Nuro network to Vantar Cloud. We compile and run it on real neuromorphic hardware, and return spike data and energy measurements.
model = nuro.compile(graph, target="cloud", hardware="loihi")
model.run(duration=1.0)
print(model.metrics) # total_spikes, energy_uj, wall_msPricing
DevTools free forever. Cloud adds storage, sharing, and remote hardware.
Free
Local DevTools + limited cloud storage
- ·Full Nuro DevTools
- ·5 cloud experiments
- ·HDF5 export/import
- ·Community support
Researcher
Cloud storage + remote hardware
- ·Unlimited cloud experiments
- ·Share with collaborators
- ·Remote Loihi 2 access
- ·Remote SpiNNaker 2 access
- ·Email support
Lab
For research groups and teams
- ·Everything in Researcher
- ·Team workspaces
- ·1,000 compute-hours / month
- ·Dedicated hardware allocation
- ·Priority support
Enterprise pricing available for dedicated hardware, SLA, and on-premises deployment.
Get notified
when Vantar Cloud launches.
DevTools work locally today. Sign up to be first in line when cloud storage, sharing, and remote hardware go live.