Skip to content

NeeView EverythingSearch v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@usisks usisks released this 09 Jul 11:55

NeeView EverythingSearch v0.1.0

This is the first preview release of NeeView Everything Search, an unofficial modified build of NeeView with optional voidtools Everything IPC-backed file search.

Important Notice

This is not an official NeeView release. It is not endorsed, certified, or maintained by the original NeeView author or by voidtools. Please report issues for this modified build to this repository, not to upstream NeeView or voidtools.

Base NeeView

  • Upstream repository: https://github.com/neelabo/NeeView
  • Upstream base commit: 8710021913e05e5e824692b30db419e68e55d6f
  • Nearest upstream tag recorded during preparation: 46.0-beta.1
  • Release branch commit: �393309318e274731f0d1c12183e06845c880a57

What Changed

  • Added an optional Everything IPC-backed search provider for the bookshelf folder list.
  • Added fallback to the standard NeeView search when Everything IPC is unavailable, unsupported, disabled, or returns an error.
  • Added tests for query construction, result parsing, availability checks, cancellation, malformed replies, empty results, large result sets, and fallback behavior.
  • Added preview documentation and a portable release package layout.

Requirements

  • Windows 10 64-bit or later.
  • voidtools Everything installed separately if you want the accelerated search path.
  • Everything IPC must be available for the Everything-backed provider to be used.

Everything itself is not bundled in this ZIP. No Everything executable or Everything SDK DLL is included.

How To Start

  1. Download NeeView-EverythingSearch-v0.1.0-win-x64.zip and NeeView-EverythingSearch-v0.1.0-win-x64.zip.sha256.
  2. Verify the SHA-256 checksum.
  3. Extract the ZIP to an empty folder.
  4. Start the app with Launch-NeeView-Everything.cmd.

The launcher sets a portable Profile folder beside the extracted app. If you start NeeView.exe directly, the profile location may differ depending on the settings and environment, so use Launch-NeeView-Everything.cmd for this preview package.

ZIP SHA-256

ext 4203C741BE2A912C7B24804C50E3C9BBE773FA1BCE051DE2109B700DBA675DB7 NeeView-EverythingSearch-v0.1.0-win-x64.zip

Known Limitations

  • Preview quality; not a stable official release.
  • Unsigned binaries.
  • Windows 10 and Windows 11 clean-machine smoke tests are not fully completed.
  • Real UI smoke testing with Everything stopped or IPC disabled is limited.
  • Everything Lite and Everything 1.5 named-instance behavior is not fully verified.
  • Search result ordering and edge cases can differ from the standard provider depending on Everything indexing state, permissions, configuration, and unsupported query forms.

Licenses And Notices

  • NeeView upstream is MIT-licensed. LICENSE.md is included.
  • Upstream third-party notices are included in the ZIP.
  • The Everything IPC integration is implemented in C# against the public Everything IPC protocol documentation. Everything itself is not redistributed.
  • See NOTICE.md and docs/EVERYTHING_INTEGRATION.md in the ZIP for details.

Bug Reports

Please report issues to this repository:

https://github.com/usisks/NeeView-EverythingSearch/issues

Include the release version, Windows version, Everything version, whether Everything uses a named instance, and a minimal reproduction that avoids private filenames where possible.