Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

github.com/Supraboy981322/tmpNote

Package Overview
Dependencies
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/Supraboy981322/tmpNote

Source
Go Modules
Version
v0.0.0-20260317195945-3ea82260abce
Version published
Created
Source

tmpNote

A basic self-hosted privnote alternative

Installation

Client

  • Go install

    Requires Go to be installed and your GOBIN to be in your $PATH

    go install github.com/Supraboy981322/tmpNote/tN@latest
    

    (The command is tN)

Server

  • Compile from sources

    Requires nix and git

    • Clone the repo
      git clone https://github.com/Supraboy981322/tmpNote.git
      
    • Move to the repository directory
      cd tmpNote
      
    • enter Nix development shell
      nix develop
      
    • Compile
      build_tmpNote
      
    • Exit Nix development shell
      exit
      
      The final binary will be located in ./zig-out/bin/

Features

If a feature is not checked off, it is not yet implemented, but is planned.

  • Make a note
  • View a note
  • auto delete notes
  • link to a note
  • set an expiration date/time for a note
  • note compression
  • files
  • db is non-persistent (wiped when restarted)
  • webui
    • dashboard
  • cli
    • tool
    • tool wrapper with tui
  • api
    • Spec
    • Go module
  • mascot(?)

Progress

see the TODO.md

FAQs

Package last updated on 17 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts