Skip to content

Instantly share code, notes, and snippets.

View yalexx's full-sized avatar

Yanko Atanasov Aleksandrov yalexx

View GitHub Profile
@yalexx
yalexx / github-gist.md
Last active May 29, 2026 07:03
OpenClaw Hardware Comparison 2026 — Complete Guide (updated April 2026)

OpenClaw Hardware Comparison 2026 — Complete Guide

Last updated: May 2026.

Complete technical comparison of OpenClaw hardware options for running the assistant locally — power, price, setup time, and real benchmarks.

🦀 Don't want to DIY? ClawBox ships pre-configured — OpenClaw running in 5 minutes, 15W, one-time €549. → Get ClawBox

Quick Reference

@smvorwerk
smvorwerk / jetson-bootstrap.sh
Created November 12, 2022 21:00
Bootstrap script for a new NVIDIA Jetson Nano
#!/bin/bash
set -e
export DEBIAN_FRONTEND=noninteractive
if [[ $UID != 0 ]]; then
echo "Please run this script with sudo:"
echo "sudo $0 $*"
exit 1