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
.github | ||
dist | ||
electron | ||
src | ||
.babelrc | ||
.gitattributes | ||
.gitignore | ||
electron.js | ||
middleware.version | ||
package-lock.json | ||
package.deps.json | ||
package.json | ||
README.md | ||
save-node-deps.js | ||
tsconfig.json | ||
tslint.json | ||
update.sh | ||
webpack.config.js | ||
webpack.node.config.js |
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)