MCPcopy Index your code
hub / github.com/elk-zone/elk-native

github.com/elk-zone/elk-native @nightly23.1.16

Chat with this repo
repository ↗ · DeepWiki ↗ · release nightly23.1.16 ↗ · + Follow
2 symbols 2 edges 2 files 0 documented · 0% updated 2y agoelk-native-v0.4.0 · 2023-02-19★ 3742 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Elk native logo

Elk Native

discord chat

Native version of Elk, a nimble Mastodon web client.

Elk Native is even more early alpha than the web version, but we would love your feedback and contributions.

The web client code lives at https://github.com/elk-zone/elk, a repository that will be open-sourced once we are ready to promote the app widely. If you would like to help us with testing, feedback, or contributing, join our discord and get involved.

Screenshot of the app, showing the federated timeline home Screenshot of the app, showing the federated timeline home

Contributing

We're really excited that you're interested in contributing to Elk! Please read through the small guide below to get started:

Note:

This repo only holds the code necessary for the native app and just git-submodules the frontend from https://github.com/elk-zone/elk so please submit Issues and PRs concerning the frontend there!

Local Setup

First you will need to install Rust and other system dependencies required for developing a Tauri app, you can follow this guide.

Next, you need to install the Tauri CLI which is used to orchestrate the build and package up the final app:

cargo install tauri-cli
# or
npm install -g @tauri-apps/cli
# or 
pnpm install -g @tauri-apps/cli
# or
yarn add -g @tauri-apps/cli

Now clone the submodule in the elk folder.

git submodule update --init elk

Next install the frontend dependencies:

cd elk && pnpm i

Then you can run the app in development mode:

cargo tauri dev

To create a production build of the app:

cargo tauri build

Logging

This app uses a unified logging stream that encompasses both logs from the Rust Core as well as from the frontend. Log levels and filters can be set through the RUST_LOG environment variable (this also works in a release mode app).

For more information on how to specify log levels and filters see the env_logger docs.

License

MIT © 2022-PRESENT Elk Native contributors

Core symbols most depended-on inside this repo

main
called by 0
src-tauri/build.rs
main
called by 0
src-tauri/src/main.rs

Shape

Function 2

Languages

Rust100%

Modules by API surface

src-tauri/src/main.rs1 symbols
src-tauri/build.rs1 symbols

For agents

$ claude mcp add elk-native \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact