Skip to content

andlo/theia-for-mycroft

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

THEIA for Mycroft

VS Code experience on your Mycroft device.

About

This repo holds the scripts for making and running THEIA IDE on a Mycroft device and releases of precompiled packages for several architectures.

A skill which installs and uses THEIA IDE on a Mycroft device can be found located in the THEIA Skill repo, or in the Mycroft Marketplace under "THEIA IDE".

Usage

Most will simply run the THEIA Skill which automatically downloads the pre-built binaries for the Picroft platforms.

If you want to compile your own binaries:

  • clone this repo
  • run build_release.sh

On a Raspberry Pi there is limited RAM, so to compile without errors you need to increase swap to at least 2046 and change NODE_OPTIONS=--max_old_space_size=1024.

Credits

Andreas Lorensen (@andlo)