Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
baltpeter's profile
baltpeter
79 contributions
zner0L's profile
zner0L
40 contributions
tweaselorg

tweaselorg/appstraction

An abstraction layer for common instrumentation functions (e.g. installing and starting apps, setting preferences, etc.) on Android and iOS.

TypeScript
8
1
MIT License

Support the dependencies of tweaselorg/appstraction

Account's avatar
Brooooooklyn/lzma
https://docs.rs/lzma-rs binding to Node.js via https://napi.rs
Account's avatar
tweaselORG/andromatic
Automate the installation and running of the Android developer tools on Windows, macOS, and Linux. Create Android emulators.
Account's avatar
tweaselORG/autopy
Library for depending on Python packages from JavaScript that will automatically manage a venv and download Python and pip dependencies.
Account's avatar
lquixada/cross-fetch
Universal WHATWG Fetch API for Node, Browsers and React Native
Account's avatar
frida/frida-node
Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android
Account's avatar
jprichardson/node-fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Account's avatar
steelbrain/node-ssh
SSH2 with Promises
Account's avatar
PeculiarVentures/PKI.js
Public Key Infrastructure (PKI) is the basis of how identity and key management is performed on the web today. PKIjs is a pure JavaScript library implementing the formats that are used in PKI applications. It is built on WebCrypto and aspires to make it possible to build native web applications that utilize X.509 and the related formats on the web without plug-ins
Account's avatar
npm/node-semver
The semantic version parser used by npm.
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
thejoshwolfe/yauzl
yet another unzip library for node
Account's avatar
baltpeter/eslint-config
The ESLint configs Benjamin Altpeter uses in his projects.
Account's avatar
baltpeter/prettier-config
The Prettier config Benjamin Altpeter uses in his projects.
Account's avatar
baltpeter/tsconfig
The TypeScript configs Benjamin Altpeter uses in his projects.
Account's avatar
parcel-bundler/parcel
Account's avatar
parcel-bundler/parcel
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for fs-extra
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for plist
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for promise-timeout
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for semver
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for yauzl
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
mysticatea/eslint-plugin-eslint-comments
Additional ESLint rules for ESLint directive comments.
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
parcel-bundler/parcel
Blazing fast, zero configuration web application bundler
Account's avatar
TypeStrong/TypeDoc
Create api documentation for TypeScript projects.
Account's avatar
typedoc2md/typedoc-plugin-markdown
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Appstraction is a TypeScript library that provides a unified, high‑level API for performing common mobile‑device instrumentation tasks—installing, uninstalling, launching apps, managing permissions, snapshots, clipboard, proxy settings, root certificates, and extracting preferences—on both Android (devices and emulators) and iOS (jail‑broken devices). It is aimed at researchers and developers who need programmatic control of mobile platforms for privacy‑related studies or automated testing, but can be used for any scenario requiring scripted device management.