SharkDeck Logo

SharkDeck Gen 1

Pro power.
Mini footprint.

|

First Drop Shipping Soon

Target Deployment: 15 JUL 2026
Secondary Wave: 16 JUL 2026

00
Days
00
Hours
00
Mins
00
Secs
SharkDeck Device Feature

Built for the terminal.

Everything you need for remote operations, Linux learning, coding, and hardware prototyping — packed into a compact handheld form factor.

Native Linux Environment

Runs a lightweight Linux system directly from microSD storage. Use real terminal tools, packages, scripts, SSH, Git, Python, Node.js, and system monitoring without emulation.

root@sharkdeck:~# uname -a
Linux sharkdeck 6.8.0-generic aarch64
root@sharkdeck:~# apt update
Hit:1 http://ports.ubuntu.com...
root@sharkdeck:~# _

GPIO Headers

Connect sensors, LEDs, buttons, small modules, and custom maker projects through onboard GPIO expansion pins. Perfect for learning Linux hardware control and prototyping.

Integrated UPS

Built-in UPS power board with rechargeable lithium battery support for portable use and safer power delivery while working on the go.

Compact Keyboard Input

A compact low-profile keyboard layout designed for terminal navigation, quick commands, coding, and Linux workflows.

A
B
C
D
E
F
G
H
I
J
K
L

Remote DevOps
From Anywhere.

SSH into servers, manage deployments, check logs, push emergency fixes, and work from a dedicated portable terminal instead of carrying a laptop everywhere.

  • Dedicated SSH keys in hardware
  • Native Docker, Git, Python, Node.js, and SSH support
  • Perfect for quick server checks and terminal workflows
  • Compact Linux terminal for travel and field work
admin@prod-server:~
admin@local:~# ssh admin@prod-server
Authenticating via hardware key...
Access Granted.
admin@prod-server:~# tail -f /var/log/nginx/access.log
192.168.1.1 - - [03/Jul/2026] "GET /api/status" 200
10.0.0.5 - - [03/Jul/2026] "POST /webhook" 202
_
led_blink.py — MicroPython
import machine
import time

# Initialize GPIO Pin 2
led = machine.Pin(2, machine.Pin.OUT)

while True:
    led.value(1)
    time.sleep(0.5)
    led.value(0)
    time.sleep(0.5)_

Hardware Prototyping
Unleashed.

Connect simple GPIO projects, sensors, LEDs, UART devices, and maker modules. SharkDeck is built for learning, testing, and prototyping directly from a portable Linux terminal.

  • 40-pin expansion header
  • GPIO scripting support
  • Python-based hardware control
  • MicroPython tools can be installed by the user
  • Useful for Linux learning and maker projects

SSH Server Management

Manage remote servers, check logs, restart services, and push quick fixes.

Linux Learning

Practice real Linux commands, package management, scripting, networking, and terminal workflows.

Coding on the Go

Write and test scripts using Python, Node.js, Git, SSH, and terminal editors.

GPIO Experiments

Control LEDs, sensors, small modules, and maker hardware using GPIO scripts.

System Monitoring

Display CPU, RAM, temperature, uptime, and device status on screen.

Portable Cyberdeck Setup

Use it as a small dedicated Linux command station for travel, workshops, and field work.

Silicon-Level Performance.

Desktop-class hardware engineered into a pocketable form factor.

Processor

WalnutPi Zero 2W / Allwinner H618

Quad-Core Cortex-A53 up to 1.5GHz

Memory

1GB DDR3

Optional board replacement may allow 2GB / 3GB / 4GB RAM depending on compatible board availability.

Display

3.5-inch

480 × 320 resolution color screen

Storage

microSD Card

Linux system and storage run from microSD (required).

Connectivity & Power
  • Wi-Fi & Bluetooth
  • Ethernet
  • USB-C power
  • USB ports depending on config
Power

Integrated UPS board. Rechargeable lithium battery support.

Software Stack
Lightweight LinuxTerminal-first workflowPythonNode.jsGitSSHDocker supportVS Code Server support

Supports terminal-based AI coding tools such as Claude Code when installed by the user.

SharkDeck is a portable Linux computer and hardware prototyping terminal. It does not include built-in RF, NFC, infrared, CC1101, or NRF24 modules. External modules may be connected separately when supported by the user’s setup.
PRODUCTION BATCH 1 OPEN

Secure your SharkDeck.

Batch 1 is limited. Preorder now to reserve your unit before production slots sell out.

Shipping timeline may vary by batch. Full setup guide and documentation will be provided.