Run 120B.
Own Your AI.

Run 120B.
Own Your AI.

Built to run your agents with zero ongoing fees,
zero friction, and complete privacy.
Built to run your agents with zero ongoing fees, zero friction, and complete privacy.

Tiiny AI Pocket

Tiiny AI Pocket

AI Without the Friction

Tiiny AI Pocket beside a desktop computer

0 Learning Curve

Familiar from the first click. Ready when you are.

No complicated setup or command-line learning. Open TiinyOS and start working in seconds.

TiinyOS: Your Personal AI Studio
TiinyOS: Your Personal AI Studio
From task automation to creative exploration, every AI capability in one clean interface, zero setup required.
From task automation to creative exploration, every AI capability in one clean interface, zero setup required.
Handle complex tasks across your tools.
Put repetitive work on autopilot.
Capture what you watch as organized knowledge.
Bring ideas to life through visuals.
Build working apps from a prompt.
Real Possibilities,
from the Community
Real Possibilities, from the Community
@Slava Solodkiy.cv Logo

One device will become my always-on private AI companion: local LLMs, personal knowledge base, voice assistant, secure note search and offline research.

The second one is for experiments. I want to connect it with my other AI hardware and explore a "personal AI swarm" where different models collaborate instead of one giant model doing everything.

My long-term goal is to build a portable digital identity and compliance research assistant that can work privately, even without the cloud.

@Harry Mendoza Logo

Most AI tools require an internet connection, which creates serious HIPAA and patient data concerns in a healthcare setting.

The Tiiny AI Pocket solves that. My plan is to build a fully offline clinical knowledge base, instrument manuals, QC procedures, regulatory standards, point-of-care protocols and query it during rounds without a single byte of patient data leaving the building.

No cloud. No PHI risk. No subscription feeding sensitive workflow data to a remote server.

@Andy Tarczon Logo

I am a marketing strategist. Currently I have my frontier LLMs pulling weekly research reports and market insights across my clients; however, I cannot analyze the proprietary and confidential information. This means a lot of manual lifting to organize the insights into actionable details for my clients.

Tiiny will allow me to automate much of that work including specific opportunities and implications... Based on the objectives of my clients, I will be able to create specific tracking details for competitor's activities - website updates, market observations, etc based on specific client KPIs.

@Jonathan C. Wilson Logo

I plan on using mine for a plethora of tasks, but one use case is leveraging it to handle my wife’s meeting schedule for her clients including auto creation of meeting invites, building a knowledge base of commonly asked questions and have it auto respond to emails to stream line their requests, and strategically reach out to new clients to find new revenue streams. In addition, I plan on using it for drafting streaming ideas for my channels, and new model ideas for 3d printing.

@Carlo Mascellani Logo

I made several AI services to be used in home. Not only a team of agents, but also some specialized service (calibre book library advanced management, family agenda, fable creator for children and more). Now I use ollama on a pc (when on) with small models or cloud models, but with Tiiny I will be able to use only local models with good power.

@David Heinz Logo

I am a Science and STEM teacher at a parochial middle school and we are behind in educating students about AI capabilities, benefits and risks. I intend to use Tiiny to teach and demonstrate various aspects of ML and AI. Additionally, we are building both a science knowledge base as well as a gaps analysis for students. Finally, it will be interesting to incorporate into the robotics for such things as visual learning and path optimization. The important key is teaching how to use AI for augmentation vice "do this for me" to avoid cognitive offloading.

The Expert Take
The Expert Take
The Global Headline
The Global Headline
"LLMs usable with this machine are said to be perfect for "PhD-level reasoning, multi-step analysis, and deep contextual understanding.""
"Operating in the "golden zone" for personal AI, it handles most real-world tasks and scales up to 120B parameters, delivering GPT-4o-level intelligence."
"Tiiny AI has managed to pack in a whopping 80GB of RAM and 1TB of SSD storage into this miniature device in order for it to actually be able to handle intensive AI processing."
"For the first time in AI supercomputing, a pocket-sized device is capable of running up-to a full 120-billion-parameter large language model entirely on-device."
"The device is a mini PC designed to execute advanced inference workloads without cloud access, external servers, or discrete accelerators."
"It is as small as a power bank, offering performance typically associated with much larger and more expensive hardware."
The Journey Ahead
The Journey Ahead
Mar–Apr

Kickstarter Campaign

$ 3,069,202 Kickstarter Pledged
Aug

Kickstarter Shipping Begins

Sep

AI Infra Summit

(Santa Clara, USA)
Nov

SC26

(Chicago, USA)
Jan

CES 2027

(Las Vegas, USA)

Join the Waitlist
Get Launch Discount

Tiiny will be available on our website this September.
Join the waitlist with 40,000 co-creators to unlock your exclusive launch discount, and bring your own AI home.
Sign Up →

FAQ

What does "120B MoE model" mean?
MoE (Mixture of Experts) is the dominant architecture for large language models in 2024-2026. GPT-4, Mixtral 8×22B, DeepSeek-V3, and gpt-oss-120b all use MoE.
In a 120B MoE model, the total parameter count is 120 billion — this determines the model's knowledge capacity and reasoning depth. However, during each inference step, only 5.1 billion parameters are activated (the "experts" most relevant to the current token). This is why a 300g device can run it efficiently.
This is the same principle that allows GPT-4 to be powerful yet serveable — large total knowledge, efficient per-token compute.
How fast is inference on Tiiny?
Inference speed depends on model size and context length. Our measured benchmarks:
  • 20B models: ~25-40 tokens/second
  • 70B models: ~14-23 tokens/second
  • 120B MoE models: ~10-20 tokens/second
These speeds are sufficient for real-time conversation and most agent tasks. TurboSparse acceleration further improves throughput on sparse models.
Why is the memory split into two pools?
The 80GB memory is divided into a 32GB main pool (high-bandwidth, for active model inference) and a 48GB extended pool (for model storage and context caching). This dual-pool design was chosen for three reasons:
  1. Thermal management: A single 80GB high-bandwidth pool would exceed the thermal envelope of a 300g fanless device.
  2. Cost efficiency: The extended pool uses lower-bandwidth memory, reducing cost without impacting inference speed (model weights are pre-loaded into the main pool before inference).
  3. Portability: ARM-based architecture with dual-pool design keeps power consumption at 15-25W, enabling USB-C PD operation.
Is Tiiny based on open-source software?
Yes. Tiiny's inference engine is based on PowerInfer, an open-source project developed at Shanghai Jiao Tong University (SJTU) with 9,100+ GitHub stars. Tiiny's engineering team has contributed significant optimizations including:
  • ARM architecture adaptation and optimization
  • TurboSparse sparse inference acceleration engine
  • MoE model inference optimization
  • On-device deployment engineering
We believe in standing on the shoulders of giants — just as Android built on Linux, Tiiny builds on PowerInfer. We are committed to contributing our optimizations back to the open-source community.
What APIs does Tiiny support?
Tiiny provides full API compatibility with:
  • OpenAI API — drop-in replacement for GPT models. Point your existing code to Tiiny's local endpoint and it works.
  • Anthropic API — compatible with Claude API interface.
  • Ollama API — full compatibility with the Ollama ecosystem.
  • MCP Protocol — Model Context Protocol support for advanced agent workflows.
This means you can replace cloud API calls with local Tiiny calls by changing a single URL — zero code rewrites needed.
What is your privacy and data security model?
Tiiny is designed for zero-data-leakage AI processing:
  • 100% offline: No network connection required. No telemetry, no analytics, no phone-home.
  • AES-256 hardware encryption: Full-disk encryption at the hardware level.
  • Data isolation: All inference, context, and conversation history stays on-device.
  • No accounts required: Use Tiiny without creating any account or sharing any personal information.
This makes Tiiny suitable for GDPR, HIPAA, and attorney-client privilege scenarios where cloud AI cannot be used.

Cart

loading