Skip to content
/ Sia Public

Sia is a privacy preserving, open-sourced personal assistant.๐Ÿค–

License

Notifications You must be signed in to change notification settings

NXture/Sia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Sia

Your open-source privacy preserving personal assistant.


๐Ÿ‘‹ Introduction

Sia is an open-source personal assistant who can live on your server or local system.

She does stuff when you ask her for.

You can talk to her and she can talk to you. You can also text her and she can also text you. If you want to, Sia can communicate with you by being offline to protect your privacy.

Why?

  1. If you are a developer (or not), you may want to build many things that could help in your daily life. Instead of building a dedicated project for each of those ideas, Sia can help you with his packages/modules (skills) structure.
  2. With this generic structure, everyone can create their own modules and share them with others. Therefore there is only one core (to rule them all).
  3. Sia uses AI concepts, which is cool.
  4. Privacy matters, you can configure Sia to talk with her offline. You can already text with her without any third party services.
  5. Open source is great.

What is this repository for?

This repository contains the following nodes of Sia:

  • The server
  • The packages/modules
  • The web app
  • The hotword node

What is Sia able to do?

Today, the most interesting part is about her core and the way she can scale up. She is pretty young but can easily scale to have new features (packages/modules).

Sounds cool right?

๐Ÿš€ Getting Started

Prerequisites

Installation

# Clone the repository (stable branch)
git clone -b master https://github.com/NXture/Sia.git sia


# Go to the project root
cd sia

# Install
npm install

Usage

# Check the setup went well
npm run check

# Build
npm run build

# Run
npm start

# Go to http://localhost:1337
# Hooray! Sia is running

Sia needs open source to live, the more modules she has, the more skillful she becomes.

โ˜๏ธ Try with a Single-Click

Gitpod will automatically setup an environment and run an instance for you.

Open in Gitpod

๐Ÿ“ License

MIT License

Copyright (c) 2021-present, Varun Srivatsa varunsrivatsa27@gmail.com