Skip to content

lemonade-sdk/lemonade-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lemonade Desktop Snap

Desktop client for local AI chat powered by lemonade-server.

Lemonade provides a clean, user-friendly chat interface for interacting with large language models (LLMs) running locally on your machine, with support for GPU and NPU acceleration.

Requirements

This snap requires lemonade-server to be installed and running. The server provides the AI backend that powers this desktop client.

Install lemonade-server:

sudo snap install lemonade-server

The server starts automatically after installation. Verify it is running with:

snap services lemonade-server

The desktop client connects to lemonade-server on localhost port 8000 by default. See Configuration to connect to a remote server.

Installation

sudo snap install lemonade

Features

  • Modern chat interface for AI conversations
  • Hardware-accelerated inference on GPUs and NPUs
  • Runs entirely on your local machine for privacy
  • Native Wayland and X11 support

Configuration

By default, the client connects to lemonade-server at http://127.0.0.1:8000. You can configure the server URL:

sudo snap set lemonade server-url=http://192.168.1.100:8000

Changes take effect on the next app launch.

To reset to default:

sudo snap set lemonade server-url=http://127.0.0.1:8000

Building from Source

To build the snap locally:

snapcraft

Install the locally built snap:

sudo snap install lemonade_*.snap --dangerous

Links

License

The Lemonade SDK project is licensed under the Apache-2.0 and the snap packaging is licensed GPL-3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages