From laptop to cloud
cluster within seconds.
Any language. Any cloud. Now, developers have the superpower of supercomputers without managing clusters.
$ uv tool install --from https://px.app/releases/latest px
PX installed! â
$ px cluster up jpg
<px> Reading [px.yaml]
<px> Connected to your [Google Cloud Platform] account. â
<px> Cluster up [2 nodes x 4 cores = 8 cores]. â
$ python jpg.py data/input.jpg
Processed 1 image(s) in 0.5s
$ px run --cluster jpg -a images.txt 'python jpg.py'
<px> Reading [px.yaml]
<px> Submitting 'python jpg.py' job to PX cluster [2 nodes].
[...]
Processed 1000 image(s) in 14.7sđŠī¸
Runs in your cloud
Finds you the cheapest compute
đ
Easy parallelism
From 1 process to 1000s in seconds
đ
Real-time debugging
See your PX app in the PX dashboard
Choose Your Stack
Any language. Any cloud. Universal parallel execution.