Skip to content

Latest commit

ย 

History

History
191 lines (141 loc) ยท 3.64 KB

File metadata and controls

191 lines (141 loc) ยท 3.64 KB

๐Ÿค– Eliza Start Script

A powerful, cross-platform launcher for your AI companion

๐Ÿš€ Quick Start

# Linux/macOS from eliza root directory
./scripts/start.sh

๐Ÿ’ป System Requirements

๐Ÿง Linux
  • Bash shell
  • sudo access
  • APT package manager
  • 2GB free disk space
๐ŸŽ macOS
  • macOS 10.15 or higher
  • Command Line Tools
  • Admin access
  • 2GB free disk space
๐ŸชŸ Windows (WSL2)

Requirements:

  • Windows 10 version 2004+ or Windows 11
  • 8GB RAM minimum
  • Virtualization enabled in BIOS
  • Admin access to install WSL2

Installation Steps:

  1. Enable WSL2:

    # Run in PowerShell as Administrator
    wsl --install
  2. Install Ubuntu from Microsoft Store or:

    wsl --install -d Ubuntu
  3. Restart your computer

  4. Set up Ubuntu:

    • Open Ubuntu from Start Menu
    • Create username and password when prompted
    • Run updates:
      sudo apt update && sudo apt upgrade -y

Now you can follow the Linux instructions!

โœจ Features

Feature Description
๐Ÿ” OS Detection Automatically adapts to your platform
๐Ÿ› ๏ธ Zero Config Installs all dependencies automatically
๐Ÿ“ฆ Node.js Manages versions and packages seamlessly
๐ŸŽญ Characters Full character management interface
๐Ÿ”„ Updates One-click updates and version management
โš™๏ธ Environment Guided configuration setup

๐ŸŽฎ Usage

Command Line Options

start.sh [-v|--verbose] [--skip-nvm]
Option Description
-v, --verbose Show detailed progress
--skip-nvm Use system Node.js

๐Ÿ”„ Starting and Updating Eliza

Action Description
Start Launch current version
Update Install latest updates
Reinstall Fresh installation

๐ŸŽญ Character Management

Creating New Characters
  1. Select Create New
  2. Enter character name
  3. Customize in editor
  4. Save & deploy
Using Existing Characters
  1. Select Use Existing
  2. Choose characters:
    • Select each: X
    • Select All: Ctrl+A
    • Confirm: ENTER
Character Actions

Single Character:

  • โ–ถ๏ธ Run
  • โœ๏ธ Edit
  • ๐Ÿ—‘๏ธ Delete

Multiple Characters:

  • โ–ถ๏ธ Run All
  • ๐Ÿ—‘๏ธ Delete All

โš™๏ธ Configuration

๐Ÿ›Ÿ Troubleshooting

Common Solutions

๐Ÿ”’ Permission Issues
# Linux/macOS
sudo chmod +x scripts/start.sh

# Windows
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
๐Ÿ“ฆ Node.js Issues
  • Required: Node.js 22+
  • Use --skip-nvm for system Node
  • Check PATH configuration
๐Ÿ”ง Package Manager Issues
  • Linux: sudo apt update
  • macOS: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • Windows: Run as Administrator

๐Ÿšจ Common Errors

| characters not found | Check working directory |

๐Ÿ“ Notes

  • Temporary files: /tmp/eliza_*
  • Config location: ./config
  • Characters: ./characters/*.json

๐Ÿ†˜ Support

Need help? Try these steps:

  1. Run with verbose logging:
    ./scripts/start.sh -v
  2. Check console output
  3. Open an issue

Made with โค๏ธ by the ai16z team