Quick Start Guide

Get NL 1.0 running in minutes. Lightweight desktop client connects to privacy-first server infrastructure. Think of it like ChatGPT desktop, but with no restrictions and automatic privacy protection. Advanced users can also self-host for complete offline operation.

What You're Getting

  • Lightweight Client: Small desktop application (~250MB) - fast to download and install
  • No Restrictions: No content filters, no usage limits, no censorship
  • Automatic Privacy: Zero-retention servers never log or store request data, network routing information is ephemeral
  • Anonymous by Design: We can't see your conversations - technically impossible

Installation Steps

Step 1: Download NL 1.0 Client

# Windows
https://download.nolimit.foundation/nl-1.0-setup.exe (245 MB)

# macOS
https://download.nolimit.foundation/nl-1.0.dmg (238 MB)

# Linux
https://download.nolimit.foundation/nl-1.0-linux.AppImage (251 MB)

Lightweight client - downloads in 1-3 minutes on typical connections.

Step 2: Run the Installer

• Double-click the downloaded file
• Follow the installation wizard
• Choose installation directory (requires only 500MB space)
• Installer configures everything automatically

Step 3: Launch NL 1.0

• Open NL 1.0 from your applications menu
• Sign in with your account (or create one)
• You'll see a clean chat interface, similar to ChatGPT
• Start conversing immediately - all requests are automatically anonymized

Step 4: Verify Installation

# Open terminal/command prompt and run:
nolimit --version
# Output: NL 1.0.0 - Privacy-First AI System

First Conversation

Simply open the application and start chatting. Your requests are automatically anonymized on our zero-retention servers.

You:

Write a Python function to calculate fibonacci numbers

NL 1.0:

def fibonacci(n):
if n <= 1:
return n
return fibonacci(n-1) + fibonacci(n-2)

What Makes NL Different

  • Zero Data Retention: Our servers process requests in RAM only and never log or store request data or network routing information
  • No Content Restrictions: Ask anything without fear of censorship or moderation
  • Anonymous Processing: Network routing data is never logged or stored. Inference servers only see anonymous session tokens
  • Unlimited Usage: No rate limits, no subscription tiers, no token counting