Your open-source privacy preserving personal assistant.
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.
- 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.
- 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).
- Sia uses AI concepts, which is cool.
- Privacy matters, you can configure Sia to talk with her offline. You can already text with her without any third party services.
- Open source is great.
This repository contains the following nodes of Sia:
- The server
- The packages/modules
- The web app
- The hotword node
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?
# 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
# 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.
Gitpod will automatically setup an environment and run an instance for you.
Copyright (c) 2021-present, Varun Srivatsa [email protected]