Mnemo lemueldls
Use this command to install Mnemo:
winget install --id=lemueldls.mnemo -e Local-first note-taking app leveraging the Typst ecosystem.
winget install --id=lemueldls.mnemo -e Local-first note-taking app leveraging the Typst ecosystem.
> Local-first note-taking app leveraging the Typst ecosystem.
See TODO.md for the expanded roadmap.
pnpm install
pnpm dev
Create a .env in the repository root with the following:
# Required only for production Tauri builds.
NUXT_PUBLIC_API_BASE_URL=http://localhost:3000
# Optional in development. Recommended in production.
NUXT_SESSION_PASSWORD=change-me-to-a-long-random-secret
# Optional: GitHub OAuth
NUXT_OAUTH_GITHUB_CLIENT_ID=
NUXT_OAUTH_GITHUB_CLIENT_SECRET=
NUXT_OAUTH_GITHUB_REDIRECT_URL=
This project targets Cloudflare Workers with NuxtHub.
Build and deploy with Wrangler:
pnpm build
pnpm wrangler deploy
See the NuxtHub deployment docs for more information.
You can download the latest version of the application from the GitHub Release page.
Run the following command:
winget install mnemo
Install either the prebuilt package or build-from-source package from AUR:
# Prebuilt binary package
paru -S mnemo-bin
# Or build from source
paru -S mnemo
Add the repository and install the package:
# Add the repository
echo "repository=https://github.com/lemueldls/mnemo/releases/latest/download" | sudo tee /etc/xbps.d/mnemo-repo.conf
# Install the package
sudo xbps-install -S mnemo
This project is licensed under AGPL-3.0. See the LICENSE file for details.