1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-10 01:51:10 +09:00
Official Anytype client for MacOS, Linux, and Windows https://anytype.io
Find a file
Andrew Simachev 2bc02c8704 fixes
2022-01-22 15:25:13 +03:00
.github fix arm workflow 2021-12-26 19:56:16 +03:00
dist fixes 2022-01-22 15:25:13 +03:00
electron fix dark mode text colors 2021-12-29 15:37:15 +03:00
patches keytar patch 2021-12-13 14:29:27 +03:00
src fixes 2022-01-22 15:25:13 +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 fix image preloading 2021-09-15 23:19:05 +03:00
electron.js fix print styles 2022-01-20 20:44:18 +03:00
middleware.version bump middleware version 2022-01-19 13:40:31 +03:00
package-lock.json fix pdf worker 2022-01-20 23:49:43 +03:00
package.deps.json fix package deps 2021-11-11 15:53:32 +03:00
package.json fix pdf worker 2022-01-20 23:49:43 +03:00
README.md fix readmy 2021-11-15 16:43:27 +03:00
save-node-deps.js fix 2021-06-15 18:22:09 +03:00
tsconfig.json fix updates 2021-07-04 18:27:13 +03:00
tslint.json code fix 2019-09-07 18:54:48 +03:00
update.sh build hooks 2021-12-12 21:59:36 +03:00
webpack.config.js remove source map 2022-01-21 16:34:14 +03:00
webpack.node.config.js fix build 2020-11-19 17:03:01 +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_USER> <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)