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
2021-05-14 09:28:22 +03:00
.github Fix artifact clean schedule 2021-05-14 09:28:22 +03:00
dist smile menu optimizations, abcent smiles fix 2021-01-17 15:51:36 +03:00
electron Fix Updater 2021-03-30 14:49:04 +03:00
src fix relationLinks 2021-05-13 14:26:31 +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 scroll position when opening featured relations 2021-05-01 11:00:49 +03:00
electron.js CU-hn5uqe: Tray menu options update + refactoring 2021-05-01 16:05:53 +03:00
middleware.version bump middleware version 2021-04-30 15:05:39 +03:00
package-lock.json CU-j39a1v: fixes 2021-05-12 19:25:32 +03:00
package.deps.json Fix Updater 2021-03-30 14:49:04 +03:00
package.json 0.18.5-alpha 2021-04-30 17:23:45 +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 jq call in update.sh 2021-02-19 16:26:23 +03:00
webpack.config.js Fix Updater 2021-03-30 14:49:04 +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_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)