Skip to content

micro/mu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mu

Building blocks for life

Overview

What are the building blocks for life? There are services we use for our daily digital habits e.g news, video, mail, chat, etc but it's all pretty disconnected and the whole app ecosystem itself is entirely commercialised. We can't escape ads, cookies, popups, paywalls, etc. Twitter, reddit, and facebook don't help either.

So we're looking to build something new.

Features

Starting with:

  • API - Basic API
  • App - Installable PWA
  • Chat - LLM based chat UI
  • News - Latest news headlines
  • Video - Video search interface

Coming soon

  • Blog - Micro blogging
  • Inbox - Web notifications
  • Wallet - Credits for usage
  • Utilities - QR code scanner, etc
  • Services - Marketplace of services

Hosting

Go to mu.xyz for the live version

Otherwise see the install guide

Install

Ensure you have Go installed

Set your Go bin

export PATH=$HOME/go/bin:$PATH

Download and install Mu

git clone https://github.com/micro/mu
cd mu && go install

API Keys

We need API keys for the following

Video

export YOUTUBE_API_KEY=xxx

Models

Specify the model via --model flag if you want to choose something instead of gpt-4o-mini

Supported models:

export OPENAI_API_KEY=xxx
export GEMINI_API_KEY=xxx
export FANAR_API_KEY=xxx

Run

Then run the app

mu --serve

Go to localhost:8081

About

Building blocks for life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published