1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 14:07:01 +09:00
Official Anytype client for MacOS, Linux, and Windows https://anytype.io
Find a file
Andrew Simachev f9b8a19ac6 0.12.17-alpha
2020-07-10 10:25:17 +03:00
.github fix block split on enter 2020-05-06 14:57:28 +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 remove schema from repo, fixed updater to get schemas 2020-07-10 08:27:18 +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 updater fix 2020-07-10 10:24:59 +03:00
package-lock.json 0.12.17-alpha 2020-07-10 10:25:17 +03:00
package.json 0.12.17-alpha 2020-07-10 10:25:17 +03:00
README.md readme: fix lib binary update instruction 2020-02-04 21:15:38 +02: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

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)