Affine-client is a client for AFFINE based on Tauri

Overview

Affine Client

affine-client is a client for AFFINE based on Tauri

Supported Platforms

  • Windows
  • Linux
  • MacOS

Download

https://github.com/m1911star/affine-client/releases

Build

System Requirements

How to build

  1. install system requirements
  2. git clone this repo (including submodule): git clone --recurse-submodules [email protected]:m1911star/affine-client.git
  3. cd affine-client
  4. sh scripts/build.sh

Navigate to affine-client/tauri/target/release/bundle/ for target file

It may fail when bundling, just retry

Screenshot

home

Limitations

This client is only a wrapper without any native api intergration for now.

TODO

  • add build pipeline
  • speed up build
You might also like...
A fast, searchable, knowledge engine using various machine learning models to aggregate based on importance, association and relevance

NewsAggregator We live in an era where both the demand and quantity of information are enormous. However, the way we store and access that information

This is an Oracle database driver for Rust based on ODPI-C

Rust-oracle This is an Oracle database driver for Rust based on ODPI-C. Change Log See ChangeLog.md. Build-time Requirements C compiler. See Compile-t

General basic key-value structs for Key-Value based storages

General basic key-value structs for Key-Value based storages

Rust High Performance compile-time ORM(RBSON based)
Rust High Performance compile-time ORM(RBSON based)

WebSite | 简体中文 | Showcase | 案例 A highly Performant,Safe,Dynamic SQL(Compile time) ORM framework written in Rust, inspired by Mybatis and MybatisPlus.

Für Elise (short for Elise) is a concurrent garbage collection attempt based on shifgrethor.

Für Elise (short for Elise) is a concurrent garbage collection attempt based on shifgrethor. The goal is to define an API for precise, tracing garbage collection in Rust which upholds all of Rust's safety guarantees. A user using the API defined in this library will not be at risk for any of the kinds of memory errors that Rust can prevent.

An unofficial Logitech HID++2.0 driver based on the original logiops by PixlOne

ruhroh An unofficial Logitech HID++2.0 driver based on the original logiops by PixlOne Configuration Refer to the docs for details. The default locat

A Rust-based comment server using SQLite and an intuitive REST API.

soudan A Rust-based comment server using SQLite and an intuitive REST API. Soudan is built with simplicity and static sites in mind. CLI usage See sou

A CRUD library for Holochain zomes that implements the CAPS pattern (Chained, Action ID, Permalink, State-based)

Holochain CRUD Library (CAPS pattern) A CRUD library for Holochain zomes that implement the CAPS pattern (Chained, Action, Permalink, State-based) Hol

SQLite-based on-disk cache for Rust.

sqlite-cache SQLite-based on-disk cache for Rust. Usage let cache = Cache::new( CacheConfig::default(), rusqlite::Connection::open_in_memory()

Comments
  • dlopen(): error loading libfuse.so.2  AppImages require FUSE to run.

    dlopen(): error loading libfuse.so.2 AppImages require FUSE to run.

    when i run the app,it show me the error

    dlopen(): error loading libfuse.so.2
    
    AppImages require FUSE to run.
    

    i run yay -S fuse2 solved it!

    Anway,thanks for your nice work!

    opened by learn2021-coder 4
  • Install failed In windows 10.

    Install failed In windows 10.

    An irreversible error has occurred when install desk app with msi in windows 10.

    image

    In addition, can you provide a Chinese msi?

    If you fix it , please tell me, thx.

    opened by mitsuhatu 3
  • Update the submodule

    Update the submodule

    This will make it so affine is using the main branch (the stable branch) and not the development branch. This will also actually update the affine submodule.

    opened by AMTitan 0
  • Windows run Affine-client

    Windows run Affine-client

    When i type "/",Select "text",Then press "Enter",The window become "white borad".Rebooting the software won't help. image

    opened by klaybloom 1
Owner
Horus
Webgl, Rust, Computer Graphics
Horus
Asyncronous Rust Mysql driver based on Tokio.

mysql-async Tokio based asynchronous MySql client library for rust programming language. Installation Library hosted on crates.io. [dependencies] mysq

Anatoly I 292 Dec 30, 2022
An async executor based on the Win32 thread pool API

wae An async executor based on the Win32 thread pool API use futures::channel::oneshot; #[wae::main] async fn main() { let (tx, rx) = oneshot::ch

Raphaël Thériault 10 Dec 10, 2021
ForestDB - A Fast Key-Value Storage Engine Based on Hierarchical B+-Tree Trie

ForestDB is a key-value storage engine developed by Couchbase Caching and Storage Team, and its main index structure is built from Hierarchic

null 1.2k Dec 26, 2022
Owlyshield is an open-source AI-driven behaviour based antiransomware engine written in Rust.

Owlyshield (mailto:[email protected]) We at SitinCloud strongly believe that cybersecurity products should always be open-source: Critical decis

SitinCloud 255 Dec 25, 2022
Provides a Rust-based SQLite extension for using Hypercore as the VFS for your databases.

SQLite and Hypercore A Rust library providing SQLite with an virtual file system to enable Hypercore as a means of storage. Contributing The primary r

Jacky Alciné 14 Dec 5, 2022
A LSM-based Key-Value Store in Rust

CobbleDB A LSM-based Key-Value Store in Rust Motivation There is no open-source LSM-based key-value store in Rust natively. Some crates are either a w

Yizheng Jiao 2 Oct 25, 2021
PackDb is a simple messagepack based database in rust

PackDb is a simple key value messagepack store Inspired by kwik It uses your local storage

Tricked 2 Apr 1, 2022
Simple document-based NoSQL DBMS from scratch

cudb (a.k.a. cuda++) Simple document-based noSQL DBMS modelled after MongoDB. (Has nothing to do with CUDA, has a lot to do with the Cooper Union and

Jonathan Lam 3 Dec 18, 2021
Rust async runtime based on io-uring.

Monoio A thread-per-core Rust runtime with io_uring. 中文说明 Design Goal As a runtime based on io_uring, Monoio is designed to be the most efficient and

Bytedance Inc. 2.4k Jan 6, 2023
A rust Key-Value store based on Redis.

Key-Value Store A Key-Value store that uses Redis to store data. Built using an async web framework in Rust with a full Command-Line interface and log

Miguel David Salcedo 0 Jan 14, 2022