Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeChain License: MIT

⚡ Local Large Model For Desktop UI ⚡

Develop

Set up the development environment according to the guide below.

Environment

Dependent Windows MacOS
NodeJS 18.13.0 18.13.0
Python 3.10.+ 3.10.+
Visual Studio 2019

When developing on the Windows platform, check the Desktop development with C++ option when installing Visual Studio 2019.

Install

1、 Install Yarn

npm install --global yarn

2、 Set up the software repository

yarn config set registry https://registry.npmmirror.com
yarn config set ELECTRON_MIRROR "https://registry.npmmirror.com/-/binary/electron/"
yarn config set "strict-ssl" false -g

3、Install Electron

yarn global add electron@22.2.0

3、Install Node-gyp

yarn global add node-gyp@8.4.1

Doreadme.mdwnload

1、 Download the source code and enter the root directory of the project.

git clone git@github.com:makeryangcom/NodeChain.git
cd NodeChain

2、Initialize project dependencies

yarn

Development mode

yarn rebuild
yarn build
yarn dev

Build mode

Compile and package the project as a desktop application.

# Windows
yarn win64
# MacOS
yarn mac
# Linux
yarn linux

Links & Thank

https://github.com/ollama/ollama

https://www.radix-ui.com/icons

https://www.shadcn-vue.com

https://vuejs.org

https://vitejs.dev

About

Local Large Model For Desktop UI

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages