Giter Site home page Giter Site logo

daern91 / ohtipi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yacteam/ohtipi

0.0 1.0 0.0 3.34 MB

iMessage AutoFill in any browser on macOS ๐Ÿ”

Home Page: https://ohtipi.com

JavaScript 79.35% HTML 2.99% Shell 0.94% Python 7.32% Makefile 4.85% Objective-C 0.99% Objective-C++ 0.96% TypeScript 2.60%

ohtipi's Introduction

Ohtipi

iMessage OTP AutoFill in any browser on macOS

How's it work?

OhTipi relies on a local macOS app that looks for incoming texts with OTP codes in them. The macOS app copies those codes to your clipboard along with a notification. Everything happens locally and nothing is ever sent to a server.

OpenGraph Image.

Download for macOS at Ohtipi.com


Run for development

npm run install;
npm run dev;

๐Ÿ’ก Note: During development, Full Disk Access permission must be granted to whichever app is running the npm run dev command (usually Terminal.app or Visual Studio Code.app). More info...

Find the important bits

Release flow

The following will only function with proprietary signing keys, etc. It is for internal use only.

Standard release

npm run install;
npm run release;

Setapp release

Open config.js and set { build.setApp } to true.

Make sure all .node native modules are compiled against the correct version of Node, Electron, etc. This project currently uses sqlite3, node-mac-permissions and setapp-nodejs-wrapper. The build script can be seen in ./build/build-setapp.sh. lipo is used to cross-compile .node modules for both arm64 and x64.

npm run build:setapp;

Distribution can now be found in /dist/mac-universal.

๐Ÿ’ก Note: You may need to re-codesign the Universal app bundle:

codesign -fv --deep -s CBA[..................] ./dist/mac-universal/Ohtipi.app

ohtipi's People

Contributors

alectrocute avatar itsthisjustin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.