Skip to content

Bring Your Own Cloud

A native cloud and device synchronization tool. - This plugin has not been manually reviewed by Obsidian staff.

The above warnings are based on limited information and might not always be accurate.

Data

IDbyoc
Authorwinters27
Minimum Obsidian Version0.16.2
Official Release Date2026-06-17
Last update2026-06-16

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jun 22, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; latest main.js acquired

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2026-06-17Plugin Added

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package ManagerUnknown (no lock file found)
Uses TypescriptYes
Installed BundlersWebpack, esbuild
Installed Testing FrameworksMocha, Vitest
Has Test FilesYes
Latest Release main.js Size2.51 MB
Detected ES VersionES2022
Probably MinifiedYes
main.js API Findings8 disclosures
Uses BRAT beta releasesNo
Dependencies@aws-sdk/client-s3, @aws-sdk/lib-storage, @aws-sdk/signature-v4-crt, @aws-sdk/types, @azure/msal-node, @azure/storage-blob, @fyears/rclone-crypt, @fyears/tsqueue, @microsoft/microsoft-graph-client, @sanity/diff-match-patch, @smithy/fetch-http-handler, @smithy/protocol-http, @smithy/querystring-builder, acorn, aggregate-error, assert, aws-crt, box-typescript-sdk-gen, buffer, crypto-browserify, dropbox, emoji-regex, http-status-codes, localforage, localforage-getitems, localforage-removeitems, lodash, lucide, mime-types, mustache, nanoid, node-diff3, openapi-fetch, p-queue, path-browserify, pcloud-sdk-js, picomatch, process, qrcode, readable-stream, rfc4648, stream-browserify, url, util, webdav, xregexp
Dev Dependencies@biomejs/biome, @microsoft/microsoft-graph-types, @types/chai, @types/chai-as-promised, @types/jsdom, @types/lodash, @types/mime-types, @types/mocha, @types/mustache, @types/node, @types/path-browserify, @types/picomatch, @types/qrcode, @types/readable-stream, cross-env, dotenv, esbuild, esbuild-plugin-inline-worker, eslint, eslint-plugin-obsidianmd, jsdom, mocha, npm-check-updates, obsidian, openapi-typescript, ts-loader, tslib, tsx, typescript, typescript-eslint, vitest, webdav-server, webpack, webpack-cli, worker-loader

main.js API Findings

These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Clipboard AccessReads or writes clipboard data
Cors Free Network AccessUses Obsidian request APIs
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Embedded Base64 BlobIncludes large embedded base64 blobs
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Network AccessUses Obsidian request APIs, Uses browser network APIs
Private Network AccessReferences localhost or private-network addresses
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighFunction (1), dynamic_code:function_constructor (1)
References localhost or private-network addressesWarningMedium127.0.0.1 (1), localhost (5)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (1)
Uses persistent browser storageInfoHighlocalStorage.getItem (2), localStorage.setItem (2), indexedDB (2), localStorage (2)
Includes large embedded base64 blobsInfoHighbase64 blob (4)
Registers events, DOM handlers, or intervalsInfoHighsetInterval (2), setTimeout (21), this.registerEvent (6), this.registerInterval (3)
References URLs or constructs URL objectsInfoHighhttp:// (25), https:// (140), URL (11), URLSearchParams (27)
Uses browser network APIsInfoHighfetch (2), XMLHttpRequest (1)
Uses Obsidian request APIsInfoHighobsidian.request (6), obsidian.requestUrl (21)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (2)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (141), obsidian.Setting (141)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (6), this.addRibbonIcon (1), this.addStatusBarItem (1)
Accesses attachment resource pathsInfoHighapp.vault.adapter.getResourcePath (1)
Accesses Obsidian vault APIsInfoHighapp.vault (52)
References Obsidian URI linksInfoHighobsidian:// (10)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (9)
Accesses Obsidian workspace APIsInfoHighapp.workspace (10)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (1)

The above data may not be accurate and contain errors. For more information refer to the page about data collection.

Lines of Code

The plugin has a total of 18431 lines of code. The following chart shows the lines of code split by programming language.

Downloads

The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.

Version History

VersionRelease DateNote
1.0.42026-04-25Released while not listed
1.0.52026-04-26Released while not listed
1.0.62026-04-26Released while not listed
1.0.72026-04-28Released while not listed
1.0.82026-05-19Released while not listed
1.0.92026-06-16Released while not listed
1.0.102026-06-16Released while not listed
1.0.112026-06-16Released while not listed
1.0.122026-06-16Released while not listed

Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.