1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
Official Anytype client for MacOS, Linux, and Windows https://anytype.io
Find a file
2020-07-10 14:07:07 +03:00
.github fix package-deps building 2020-07-10 14:07:07 +03:00
dist #431 cover previews 2020-07-01 08:37:29 +03:00
electron merge 2020-07-09 17:14:06 +03:00
src fix package-deps building 2020-07-10 14:07:07 +03:00
.babelrc code highlighting moved to prism.jjs 2020-06-17 17:55:00 +03:00
.gitattributes .so lfs storage 2019-09-25 13:12:20 +03:00
.gitignore csp 2020-04-08 14:38:24 +03:00
electron.js fix package-deps building 2020-07-10 14:07:07 +03:00
package-lock.json 0.12.17-alpha 2020-07-10 10:25:17 +03:00
package.deps.json build:deps command to update build files for node.js 2020-07-10 13:37:20 +03:00
package.json fix package-deps building 2020-07-10 14:07:07 +03:00
README.md readme: fix lib binary update instruction 2020-02-04 21:15:38 +02:00
save-node-deps.js fix package-deps building 2020-07-10 14:07:07 +03:00
tsconfig.json optimizations + refactoring 2020-03-06 19:34:28 +03:00
tslint.json code fix 2019-09-07 18:54:48 +03:00
update.sh fix updater for wrong archive tree for windows 2020-07-10 08:56:38 +03:00
webpack.config.js fix macos electron bug 2020-07-10 09:16:51 +03:00
webpack.node.config.js build:deps command to update build files for node.js 2020-07-10 13:37:20 +03:00

Anytype Desktop Client

Installation


git clone git@github.com:anytypeio/js-anytype.git
cd js-anytype
npm install -D

Install node addon library and protobuf bindings

Fetch the latest binary from the github releases

./update.sh <GITHUB_TOKEN> <macos-latest|ubuntu-latest|windows-latest>

Or compile from the source code

Follow instructions at go-anytype-middleware

Run the local dev-server


npm run start:dev

Build


npm run dist:(mac|win|linux)